#690CAF

Color #690CAF Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #690CAF

Tints of Purple Heart #690CAF

Color information

#690CAF (or 0x690CAF) is unknown color: approx Purple Heart. HEX triplet: 69, 0C and AF. RGB value is (105,12,175). Sum of RGB (Red+Green+Blue) = 105+12+175=292 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.96% from 292); Green value is 12 (5.08% from 255 or 4.11% from 292); Blue value is 175 (68.75% from 255 or 59.93% from 292); Max value from RGB is 175 - color contains mainly: blue. Hex color #690CAF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690CAF is #96F350. Grayscale: #393939. Windows color (decimal): -9892689 or 11471977. OLE color: 11471977.

HSL color Cylindrical-coordinate representation of color #690CAF: hue angle of 274.23º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #690CAF is Cyan = 0.40, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB10512175-
CMYK0.400.9300.31
HSL274.23º87.17%36.67%-
HSV(B)274.23º93.14%68.63%-
XYZ13.76.3641.06-
YUV58.39193.81161.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 105 (41.41% from 255) = 35.96%
GREEN value IS 12 (5.08% from 255) = 4.11%
BLUE value IS 175 (68.75% from 255) = 59.93%
R=35.96%
G=4.11%
B=59.93%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal105121750.400.9300.31274.2387.1736.67
Hex69CAF285D01F1125725
Octal151142575013503742212745
Binary110100111001010111110100010111010111111000100101010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690CAF; }

 p { color: rgb(105,12,175); }

 H1.HeaderClassName
 {
   color: #690CAF;
 }
 .AnyTagClassName
 {
   color: #690CAF;
 }
</style>
background-color css

<style>
 a { background-color: #690CAF; }

 a { background-color: rgb(105,12,175); }

 div.DivClassName
 {
   background-color: #690CAF;
 }
 .BgClassName
 {
   background-color: #690CAF;
 }
</style>
border-color css

<style>
 span { border-color: #690CAF; }

 span { border-color: rgb(105,12,175); }

 td.TdClassName
 {
   border-color: #690CAF;
 }
 .TagClassName
 {
   border-color: #690CAF;
 }
</style>