Shades of Purple Heart #6415CA
Tints of Purple Heart #6415CA
RGB
CMYK
RGB Variations
Color information
#6415CA (or 0x6415CA) is known color: Purple Heart. HEX triplet: 64, 15 and CA. RGB value is (100,21,202). Sum of RGB (Red+Green+Blue) = 100+21+202=323 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.96% from 323); Green value is 21 (8.59% from 255 or 6.50% from 323); Blue value is 202 (79.30% from 255 or 62.54% from 323); Max value from RGB is 202 - color contains mainly: blue. Hex color #6415CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6415CA is #9BEA35. Grayscale: #404040. Windows color (decimal): -10218038 or 13243748. OLE color: 13243748.
HSL color Cylindrical-coordinate representation of color #6415CA: hue angle of 266.19º 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 #6415CA is Cyan = 0.50, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 100 | 21 | 202 | - |
| CMYK | 0.50 | 0.90 | 0 | 0.21 |
| HSL | 266.19º | 0.81% | 0.44% | - |
| HSV(B) | 266.19º | 0.9% | 0.79% | - |
| XYZ | 16.18 | 7.51 | 56.47 | - |
| YUV | 65.26 | 205.17 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 21 | 202 | 0.50 | 0.90 | 0 | 0.21 | 266.19 | 0.81 | 0.44 |
| Hex | 64 | 15 | CA | 32 | 5A | 0 | 15 | 10A | 51 | 2C |
| Octal | 144 | 25 | 312 | 62 | 132 | 0 | 25 | 412 | 121 | 54 |
| Binary | 1100100 | 10101 | 11001010 | 110010 | 1011010 | 0 | 10101 | 100001010 | 1010001 | 101100 |
Color Harmonies of #6415CA
Complementary color
Monochromatic Colors of #6415CA
Black with #6415CA
Text Example
Text Example
White with #6415CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6415CA; }
p { color: rgb(100,21,202); }
H1.HeaderClassName
{
color: #6415CA;
}
.AnyTagClassName
{
color: #6415CA;
}
</style>
background-color css
<style>
a { background-color: #6415CA; }
a { background-color: rgb(100,21,202); }
div.DivClassName
{
background-color: #6415CA;
}
.BgClassName
{
background-color: #6415CA;
}
</style>
border-color css
<style>
span { border-color: #6415CA; }
span { border-color: rgb(100,21,202); }
td.TdClassName
{
border-color: #6415CA;
}
.TagClassName
{
border-color: #6415CA;
}
</style>