Shades of Purple Heart #6411BD
Tints of Purple Heart #6411BD
RGB
CMYK
RGB Variations
Color information
#6411BD (or 0x6411BD) is known color: Purple Heart. HEX triplet: 64, 11 and BD. RGB value is (100,17,189). Sum of RGB (Red+Green+Blue) = 100+17+189=306 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.68% from 306); Green value is 17 (7.03% from 255 or 5.56% from 306); Blue value is 189 (74.22% from 255 or 61.76% from 306); Max value from RGB is 189 - color contains mainly: blue. Hex color #6411BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6411BD is #9BEE42. Grayscale: #3C3C3C. Windows color (decimal): -10219075 or 12390756. OLE color: 12390756.
HSL color Cylindrical-coordinate representation of color #6411BD: hue angle of 268.95º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6411BD is Cyan = 0.47, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 100 | 17 | 189 | - |
| CMYK | 0.47 | 0.91 | 0 | 0.26 |
| HSL | 268.95º | 0.83% | 0.4% | - |
| HSV(B) | 268.95º | 0.91% | 0.74% | - |
| XYZ | 14.64 | 6.78 | 48.68 | - |
| YUV | 61.43 | 200 | 155.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 17 | 189 | 0.47 | 0.91 | 0 | 0.26 | 268.95 | 0.83 | 0.4 |
| Hex | 64 | 11 | BD | 2F | 5B | 0 | 1A | 10D | 53 | 28 |
| Octal | 144 | 21 | 275 | 57 | 133 | 0 | 32 | 415 | 123 | 50 |
| Binary | 1100100 | 10001 | 10111101 | 101111 | 1011011 | 0 | 11010 | 100001101 | 1010011 | 101000 |
Color Harmonies of #6411BD
Complementary color
Monochromatic Colors of #6411BD
Black with #6411BD
Text Example
Text Example
White with #6411BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6411BD; }
p { color: rgb(100,17,189); }
H1.HeaderClassName
{
color: #6411BD;
}
.AnyTagClassName
{
color: #6411BD;
}
</style>
background-color css
<style>
a { background-color: #6411BD; }
a { background-color: rgb(100,17,189); }
div.DivClassName
{
background-color: #6411BD;
}
.BgClassName
{
background-color: #6411BD;
}
</style>
border-color css
<style>
span { border-color: #6411BD; }
span { border-color: rgb(100,17,189); }
td.TdClassName
{
border-color: #6411BD;
}
.TagClassName
{
border-color: #6411BD;
}
</style>