Shades of Purple Heart #6412CA
Tints of Purple Heart #6412CA
RGB
CMYK
RGB Variations
Color information
#6412CA (or 0x6412CA) is known color: Purple Heart. HEX triplet: 64, 12 and CA. RGB value is (100,18,202). Sum of RGB (Red+Green+Blue) = 100+18+202=320 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.25% from 320); Green value is 18 (7.42% from 255 or 5.62% from 320); Blue value is 202 (79.30% from 255 or 63.12% from 320); Max value from RGB is 202 - color contains mainly: blue. Hex color #6412CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6412CA is #9BED35. Grayscale: #3E3E3E. Windows color (decimal): -10218806 or 13242980. OLE color: 13242980.
HSL color Cylindrical-coordinate representation of color #6412CA: hue angle of 266.74º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6412CA is Cyan = 0.50, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 100 | 18 | 202 | - |
| CMYK | 0.50 | 0.91 | 0 | 0.21 |
| HSL | 266.74º | 0.84% | 0.43% | - |
| HSV(B) | 266.74º | 0.91% | 0.79% | - |
| XYZ | 16.13 | 7.41 | 56.46 | - |
| YUV | 63.49 | 206.17 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 18 | 202 | 0.50 | 0.91 | 0 | 0.21 | 266.74 | 0.84 | 0.43 |
| Hex | 64 | 12 | CA | 32 | 5B | 0 | 15 | 10B | 54 | 2B |
| Octal | 144 | 22 | 312 | 62 | 133 | 0 | 25 | 413 | 124 | 53 |
| Binary | 1100100 | 10010 | 11001010 | 110010 | 1011011 | 0 | 10101 | 100001011 | 1010100 | 101011 |
Color Harmonies of #6412CA
Complementary color
Monochromatic Colors of #6412CA
Black with #6412CA
Text Example
Text Example
White with #6412CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6412CA; }
p { color: rgb(100,18,202); }
H1.HeaderClassName
{
color: #6412CA;
}
.AnyTagClassName
{
color: #6412CA;
}
</style>
background-color css
<style>
a { background-color: #6412CA; }
a { background-color: rgb(100,18,202); }
div.DivClassName
{
background-color: #6412CA;
}
.BgClassName
{
background-color: #6412CA;
}
</style>
border-color css
<style>
span { border-color: #6412CA; }
span { border-color: rgb(100,18,202); }
td.TdClassName
{
border-color: #6412CA;
}
.TagClassName
{
border-color: #6412CA;
}
</style>