#690FAB

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

Shades of Purple Heart #690FAB

Tints of Purple Heart #690FAB

Color information

#690FAB (or 0x690FAB) is unknown color: approx Purple Heart. HEX triplet: 69, 0F and AB. RGB value is (105,15,171). Sum of RGB (Red+Green+Blue) = 105+15+171=291 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.08% from 291); Green value is 15 (6.25% from 255 or 5.15% from 291); Blue value is 171 (67.19% from 255 or 58.76% from 291); Max value from RGB is 171 - color contains mainly: blue. Hex color #690FAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690FAB is #96F054. Grayscale: #3B3B3B. Windows color (decimal): -9891925 or 11210601. OLE color: 11210601.

HSL color Cylindrical-coordinate representation of color #690FAB: hue angle of 274.62º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #690FAB is Cyan = 0.39, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10515171-
CMYK0.390.9100.33
HSL274.62º83.87%36.47%-
HSV(B)274.62º91.23%67.06%-
XYZ13.356.2939.04-
YUV59.69190.82160.32-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.08%
GREEN value IS 15 (6.25% from 255) = 5.15%
BLUE value IS 171 (67.19% from 255) = 58.76%
R=36.08%
G=5.15%
B=58.76%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal105151710.390.9100.33274.6283.8736.47
Hex69FAB275B0211135424
Octal151172534713304142312444
Binary1101001111110101011100111101101101000011000100111010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,15,171); }

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

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

 a { background-color: rgb(105,15,171); }

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

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

 span { border-color: rgb(105,15,171); }

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