#6C09CA

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

Shades of Purple Heart #6C09CA

Tints of Purple Heart #6C09CA

Color information

#6C09CA (or 0x6C09CA) is unknown color: approx Purple Heart. HEX triplet: 6C, 09 and CA. RGB value is (108,9,202). Sum of RGB (Red+Green+Blue) = 108+9+202=319 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.86% from 319); Green value is 9 (3.91% from 255 or 2.82% from 319); Blue value is 202 (79.30% from 255 or 63.32% from 319); Max value from RGB is 202 - color contains mainly: blue. Hex color #6C09CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C09CA is #93F635. Grayscale: #3B3B3B. Windows color (decimal): -9696822 or 13240684. OLE color: 13240684.

HSL color Cylindrical-coordinate representation of color #6C09CA: hue angle of 270.78º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6C09CA is Cyan = 0.47, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB1089202-
CMYK0.470.9600.21
HSL270.78º91.47%41.37%-
HSV(B)270.78º95.54%79.22%-
XYZ16.947.6556.46-
YUV60.6207.8161.81-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 33.86%
GREEN value IS 9 (3.91% from 255) = 2.82%
BLUE value IS 202 (79.30% from 255) = 63.32%
R=33.86%
G=2.82%
B=63.32%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal10892020.470.9600.21270.7891.4741.37
Hex6C9CA2F6001510f5b29
Octal154113125714002541713351
Binary110110010011100101010111111000000101011000011111011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C09CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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