Shades of Purple Heart #6C15CA
Tints of Purple Heart #6C15CA
RGB
CMYK
RGB Variations
Color information
#6C15CA (or 0x6C15CA) is known color: 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
| RGB | 108 | 21 | 202 | - |
| CMYK | 0.47 | 0.90 | 0 | 0.21 |
| HSL | 268.84º | 0.81% | 0.44% | - |
| HSV(B) | 268.84º | 0.9% | 0.79% | - |
| XYZ | 17.11 | 7.99 | 56.52 | - |
| YUV | 67.65 | 203.82 | 156.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 21 | 202 | 0.47 | 0.90 | 0 | 0.21 | 268.84 | 0.81 | 0.44 |
| Hex | 6C | 15 | CA | 2F | 5A | 0 | 15 | 10D | 51 | 2C |
| Octal | 154 | 25 | 312 | 57 | 132 | 0 | 25 | 415 | 121 | 54 |
| Binary | 1101100 | 10101 | 11001010 | 101111 | 1011010 | 0 | 10101 | 100001101 | 1010001 | 101100 |
Color Harmonies of #6C15CA
Complementary color
Monochromatic Colors of #6C15CA
Black with #6C15CA
Text Example
Text Example
White with #6C15CA
Text Example
Text Example
HTML Codes & Css Web 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>