Shades of Purple Heart #6413BD
Tints of Purple Heart #6413BD
RGB
CMYK
RGB Variations
Color information
#6413BD (or 0x6413BD) is known color: Purple Heart. HEX triplet: 64, 13 and BD. RGB value is (100,19,189). Sum of RGB (Red+Green+Blue) = 100+19+189=308 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.47% from 308); Green value is 19 (7.81% from 255 or 6.17% from 308); Blue value is 189 (74.22% from 255 or 61.36% from 308); Max value from RGB is 189 - color contains mainly: blue. Hex color #6413BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6413BD is #9BEC42. Grayscale: #3E3E3E. Windows color (decimal): -10218563 or 12391268. OLE color: 12391268.
HSL color Cylindrical-coordinate representation of color #6413BD: hue angle of 268.59º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6413BD is Cyan = 0.47, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 100 | 19 | 189 | - |
| CMYK | 0.47 | 0.90 | 0 | 0.26 |
| HSL | 268.59º | 0.82% | 0.41% | - |
| HSV(B) | 268.59º | 0.9% | 0.74% | - |
| XYZ | 14.67 | 6.85 | 48.69 | - |
| YUV | 62.6 | 199.34 | 154.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 19 | 189 | 0.47 | 0.90 | 0 | 0.26 | 268.59 | 0.82 | 0.41 |
| Hex | 64 | 13 | BD | 2F | 5A | 0 | 1A | 10D | 52 | 29 |
| Octal | 144 | 23 | 275 | 57 | 132 | 0 | 32 | 415 | 122 | 51 |
| Binary | 1100100 | 10011 | 10111101 | 101111 | 1011010 | 0 | 11010 | 100001101 | 1010010 | 101001 |
Color Harmonies of #6413BD
Complementary color
Monochromatic Colors of #6413BD
Black with #6413BD
Text Example
Text Example
White with #6413BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6413BD; }
p { color: rgb(100,19,189); }
H1.HeaderClassName
{
color: #6413BD;
}
.AnyTagClassName
{
color: #6413BD;
}
</style>
background-color css
<style>
a { background-color: #6413BD; }
a { background-color: rgb(100,19,189); }
div.DivClassName
{
background-color: #6413BD;
}
.BgClassName
{
background-color: #6413BD;
}
</style>
border-color css
<style>
span { border-color: #6413BD; }
span { border-color: rgb(100,19,189); }
td.TdClassName
{
border-color: #6413BD;
}
.TagClassName
{
border-color: #6413BD;
}
</style>