#6E09AB

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

Shades of Purple Heart #6E09AB

Tints of Purple Heart #6E09AB

Color information

#6E09AB (or 0x6E09AB) is unknown color: approx Purple Heart. HEX triplet: 6E, 09 and AB. RGB value is (110,9,171). Sum of RGB (Red+Green+Blue) = 110+9+171=290 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.93% from 290); Green value is 9 (3.91% from 255 or 3.10% from 290); Blue value is 171 (67.19% from 255 or 58.97% from 290); Max value from RGB is 171 - color contains mainly: blue. Hex color #6E09AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E09AB is #91F654. Grayscale: #393939. Windows color (decimal): -9565781 or 11209070. OLE color: 11209070.

HSL color Cylindrical-coordinate representation of color #6E09AB: hue angle of 277.41º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6E09AB is Cyan = 0.36, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1109171-
CMYK0.360.9500.33
HSL277.41º90%35.29%-
HSV(B)277.41º94.74%67.06%-
XYZ13.886.4539.04-
YUV57.67191.96165.33-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 37.93%
GREEN value IS 9 (3.91% from 255) = 3.10%
BLUE value IS 171 (67.19% from 255) = 58.97%
R=37.93%
G=3.10%
B=58.97%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal11091710.360.9500.33277.419035.29
Hex6E9AB245F0211155a23
Octal156112534413704142513243
Binary1101110100110101011100100101111101000011000101011011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E09AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6E09AB; }

 p { color: rgb(110,9,171); }

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

<style>
 a { background-color: #6E09AB; }

 a { background-color: rgb(110,9,171); }

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

<style>
 span { border-color: #6E09AB; }

 span { border-color: rgb(110,9,171); }

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