#6C15CA

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

Shades of Purple Heart #6C15CA

Tints of Purple Heart #6C15CA

Color information

#6C15CA (or 0x6C15CA) is unknown color: approx Purple Heart. HEX triplet: 6C, 15 and CA. RGB value is (108,21,202). Sum of RGB (Red+Green+Blue) = 108+21+202=331 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.63% from 331); Green value is 21 (8.59% from 255 or 6.34% from 331); Blue value is 202 (79.30% from 255 or 61.03% from 331); Max value from RGB is 202 - color contains mainly: blue. Hex color #6C15CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C15CA is #93EA35. Grayscale: #434343. Windows color (decimal): -9693750 or 13243756. OLE color: 13243756.

HSL color Cylindrical-coordinate representation of color #6C15CA: hue angle of 268.84º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6C15CA is Cyan = 0.47, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB10821202-
CMYK0.470.9000.21
HSL268.84º81.17%43.73%-
HSV(B)268.84º89.6%79.22%-
XYZ17.117.9956.52-
YUV67.65203.82156.78-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 32.63%
GREEN value IS 21 (8.59% from 255) = 6.34%
BLUE value IS 202 (79.30% from 255) = 61.03%
R=32.63%
G=6.34%
B=61.03%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal108212020.470.9000.21268.8481.1743.73
Hex6C15CA2F5A01510d512c
Octal154253125713202541512154
Binary1101100101011100101010111110110100101011000011011010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C15CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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