Shades of Purple Heart #6412D5
Tints of Purple Heart #6412D5
RGB
CMYK
RGB Variations
Color information
#6412D5 (or 0x6412D5) is known color: Purple Heart. HEX triplet: 64, 12 and D5. RGB value is (100,18,213). Sum of RGB (Red+Green+Blue) = 100+18+213=331 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.21% from 331); Green value is 18 (7.42% from 255 or 5.44% from 331); Blue value is 213 (83.59% from 255 or 64.35% from 331); Max value from RGB is 213 - color contains mainly: blue. Hex color #6412D5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6412D5 is #9BED2A. Grayscale: #404040. Windows color (decimal): -10218795 or 13963876. OLE color: 13963876.
HSL color Cylindrical-coordinate representation of color #6412D5: hue angle of 265.23º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6412D5 is Cyan = 0.53, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 100 | 18 | 213 | - |
| CMYK | 0.53 | 0.92 | 0 | 0.16 |
| HSL | 265.23º | 0.84% | 0.45% | - |
| HSV(B) | 265.23º | 0.92% | 0.84% | - |
| XYZ | 17.48 | 7.95 | 63.56 | - |
| YUV | 64.75 | 211.67 | 153.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 18 | 213 | 0.53 | 0.92 | 0 | 0.16 | 265.23 | 0.84 | 0.45 |
| Hex | 64 | 12 | D5 | 35 | 5C | 0 | 10 | 109 | 54 | 2D |
| Octal | 144 | 22 | 325 | 65 | 134 | 0 | 20 | 411 | 124 | 55 |
| Binary | 1100100 | 10010 | 11010101 | 110101 | 1011100 | 0 | 10000 | 100001001 | 1010100 | 101101 |
Color Harmonies of #6412D5
Complementary color
Monochromatic Colors of #6412D5
Black with #6412D5
Text Example
Text Example
White with #6412D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6412D5; }
p { color: rgb(100,18,213); }
H1.HeaderClassName
{
color: #6412D5;
}
.AnyTagClassName
{
color: #6412D5;
}
</style>
background-color css
<style>
a { background-color: #6412D5; }
a { background-color: rgb(100,18,213); }
div.DivClassName
{
background-color: #6412D5;
}
.BgClassName
{
background-color: #6412D5;
}
</style>
border-color css
<style>
span { border-color: #6412D5; }
span { border-color: rgb(100,18,213); }
td.TdClassName
{
border-color: #6412D5;
}
.TagClassName
{
border-color: #6412D5;
}
</style>