#690AA9

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

Shades of Purple Heart #690AA9

Tints of Purple Heart #690AA9

Color information

#690AA9 (or 0x690AA9) is unknown color: approx Purple Heart. HEX triplet: 69, 0A and A9. RGB value is (105,10,169). Sum of RGB (Red+Green+Blue) = 105+10+169=284 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.97% from 284); Green value is 10 (4.30% from 255 or 3.52% from 284); Blue value is 169 (66.41% from 255 or 59.51% from 284); Max value from RGB is 169 - color contains mainly: blue. Hex color #690AA9 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690AA9 is #96F556. Grayscale: #373737. Windows color (decimal): -9893207 or 11078249. OLE color: 11078249.

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

Color convert

RGB10510169-
CMYK0.380.9400.34
HSL275.85º88.83%35.1%-
HSV(B)275.85º94.08%66.27%-
XYZ13.16.0838.02-
YUV56.53191.47162.57-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.97%
GREEN value IS 10 (4.30% from 255) = 3.52%
BLUE value IS 169 (66.41% from 255) = 59.51%
R=36.97%
G=3.52%
B=59.51%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal105101690.380.9400.34275.8588.8335.1
Hex69AA9265E0221145923
Octal151122514613604242413143
Binary1101001101010101001100110101111001000101000101001011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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