#6C09AB

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

Shades of Purple Heart #6C09AB

Tints of Purple Heart #6C09AB

Color information

#6C09AB (or 0x6C09AB) is unknown color: approx Purple Heart. HEX triplet: 6C, 09 and AB. RGB value is (108,9,171). Sum of RGB (Red+Green+Blue) = 108+9+171=288 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.5% from 288); Green value is 9 (3.91% from 255 or 3.12% from 288); Blue value is 171 (67.19% from 255 or 59.38% from 288); Max value from RGB is 171 - color contains mainly: blue. Hex color #6C09AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C09AB is #93F654. Grayscale: #383838. Windows color (decimal): -9696853 or 11209068. OLE color: 11209068.

HSL color Cylindrical-coordinate representation of color #6C09AB: hue angle of 276.67º 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 #6C09AB is Cyan = 0.37, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1089171-
CMYK0.370.9500.33
HSL276.67º90%35.29%-
HSV(B)276.67º94.74%67.06%-
XYZ13.636.3239.03-
YUV57.07192.3164.33-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 37.5%
GREEN value IS 9 (3.91% from 255) = 3.12%
BLUE value IS 171 (67.19% from 255) = 59.38%
R=37.5%
G=3.12%
B=59.38%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal10891710.370.9500.33276.679035.29
Hex6C9AB255F0211155a23
Octal154112534513704142513243
Binary1101100100110101011100101101111101000011000101011011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C09AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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