Shades of Purple Heart #6B15CA
Tints of Purple Heart #6B15CA
RGB
CMYK
RGB Variations
Color information
#6B15CA (or 0x6B15CA) is known color: Purple Heart. HEX triplet: 6B, 15 and CA. RGB value is (107,21,202). Sum of RGB (Red+Green+Blue) = 107+21+202=330 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.42% from 330); Green value is 21 (8.59% from 255 or 6.36% from 330); Blue value is 202 (79.30% from 255 or 61.21% from 330); Max value from RGB is 202 - color contains mainly: blue. Hex color #6B15CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6B15CA is #94EA35. Grayscale: #424242. Windows color (decimal): -9759286 or 13243755. OLE color: 13243755.
HSL color Cylindrical-coordinate representation of color #6B15CA: hue angle of 268.51º 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 #6B15CA is Cyan = 0.47, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 107 | 21 | 202 | - |
| CMYK | 0.47 | 0.90 | 0 | 0.21 |
| HSL | 268.51º | 0.81% | 0.44% | - |
| HSV(B) | 268.51º | 0.9% | 0.79% | - |
| XYZ | 16.99 | 7.93 | 56.51 | - |
| YUV | 67.35 | 203.99 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 21 | 202 | 0.47 | 0.90 | 0 | 0.21 | 268.51 | 0.81 | 0.44 |
| Hex | 6B | 15 | CA | 2F | 5A | 0 | 15 | 10D | 51 | 2C |
| Octal | 153 | 25 | 312 | 57 | 132 | 0 | 25 | 415 | 121 | 54 |
| Binary | 1101011 | 10101 | 11001010 | 101111 | 1011010 | 0 | 10101 | 100001101 | 1010001 | 101100 |
Color Harmonies of #6B15CA
Complementary color
Monochromatic Colors of #6B15CA
Black with #6B15CA
Text Example
Text Example
White with #6B15CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B15CA; }
p { color: rgb(107,21,202); }
H1.HeaderClassName
{
color: #6B15CA;
}
.AnyTagClassName
{
color: #6B15CA;
}
</style>
background-color css
<style>
a { background-color: #6B15CA; }
a { background-color: rgb(107,21,202); }
div.DivClassName
{
background-color: #6B15CA;
}
.BgClassName
{
background-color: #6B15CA;
}
</style>
border-color css
<style>
span { border-color: #6B15CA; }
span { border-color: rgb(107,21,202); }
td.TdClassName
{
border-color: #6B15CA;
}
.TagClassName
{
border-color: #6B15CA;
}
</style>