#690CA9

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

Shades of Purple Heart #690CA9

Tints of Purple Heart #690CA9

Color information

#690CA9 (or 0x690CA9) is unknown color: approx Purple Heart. HEX triplet: 69, 0C and A9. RGB value is (105,12,169). Sum of RGB (Red+Green+Blue) = 105+12+169=286 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.71% from 286); Green value is 12 (5.08% from 255 or 4.20% from 286); Blue value is 169 (66.41% from 255 or 59.09% from 286); Max value from RGB is 169 - color contains mainly: blue. Hex color #690CA9 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690CA9 is #96F356. Grayscale: #393939. Windows color (decimal): -9892695 or 11078761. OLE color: 11078761.

HSL color Cylindrical-coordinate representation of color #690CA9: hue angle of 275.54º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #690CA9 is Cyan = 0.38, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB10512169-
CMYK0.380.9300.34
HSL275.54º86.74%35.49%-
HSV(B)275.54º92.9%66.27%-
XYZ13.126.1338.03-
YUV57.7190.81161.73-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.71%
GREEN value IS 12 (5.08% from 255) = 4.20%
BLUE value IS 169 (66.41% from 255) = 59.09%
R=36.71%
G=4.20%
B=59.09%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal105121690.380.9300.34275.5486.7435.49
Hex69CA9265D0221145723
Octal151142514613504242412743
Binary1101001110010101001100110101110101000101000101001010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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