Shades of Purple Heart #6413CB
Tints of Purple Heart #6413CB
RGB
CMYK
RGB Variations
Color information
#6413CB (or 0x6413CB) is known color: Purple Heart. HEX triplet: 64, 13 and CB. RGB value is (100,19,203). Sum of RGB (Red+Green+Blue) = 100+19+203=322 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.06% from 322); Green value is 19 (7.81% from 255 or 5.90% from 322); Blue value is 203 (79.69% from 255 or 63.04% from 322); Max value from RGB is 203 - color contains mainly: blue. Hex color #6413CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6413CB is #9BEC34. Grayscale: #3F3F3F. Windows color (decimal): -10218549 or 13308772. OLE color: 13308772.
HSL color Cylindrical-coordinate representation of color #6413CB: hue angle of 266.41º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6413CB is Cyan = 0.51, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 100 | 19 | 203 | - |
| CMYK | 0.51 | 0.91 | 0 | 0.20 |
| HSL | 266.41º | 0.83% | 0.44% | - |
| HSV(B) | 266.41º | 0.91% | 0.8% | - |
| XYZ | 16.27 | 7.49 | 57.09 | - |
| YUV | 64.2 | 206.34 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 19 | 203 | 0.51 | 0.91 | 0 | 0.20 | 266.41 | 0.83 | 0.44 |
| Hex | 64 | 13 | CB | 33 | 5B | 0 | 14 | 10A | 53 | 2C |
| Octal | 144 | 23 | 313 | 63 | 133 | 0 | 24 | 412 | 123 | 54 |
| Binary | 1100100 | 10011 | 11001011 | 110011 | 1011011 | 0 | 10100 | 100001010 | 1010011 | 101100 |
Color Harmonies of #6413CB
Complementary color
Monochromatic Colors of #6413CB
Black with #6413CB
Text Example
Text Example
White with #6413CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6413CB; }
p { color: rgb(100,19,203); }
H1.HeaderClassName
{
color: #6413CB;
}
.AnyTagClassName
{
color: #6413CB;
}
</style>
background-color css
<style>
a { background-color: #6413CB; }
a { background-color: rgb(100,19,203); }
div.DivClassName
{
background-color: #6413CB;
}
.BgClassName
{
background-color: #6413CB;
}
</style>
border-color css
<style>
span { border-color: #6413CB; }
span { border-color: rgb(100,19,203); }
td.TdClassName
{
border-color: #6413CB;
}
.TagClassName
{
border-color: #6413CB;
}
</style>