Shades of Purple Heart #6417BD
Tints of Purple Heart #6417BD
RGB
CMYK
RGB Variations
Color information
#6417BD (or 0x6417BD) is known color: Purple Heart. HEX triplet: 64, 17 and BD. RGB value is (100,23,189). Sum of RGB (Red+Green+Blue) = 100+23+189=312 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.05% from 312); Green value is 23 (9.38% from 255 or 7.37% from 312); Blue value is 189 (74.22% from 255 or 60.58% from 312); Max value from RGB is 189 - color contains mainly: blue. Hex color #6417BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6417BD is #9BE842. Grayscale: #404040. Windows color (decimal): -10217539 or 12392292. OLE color: 12392292.
HSL color Cylindrical-coordinate representation of color #6417BD: hue angle of 267.83º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6417BD is Cyan = 0.47, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 100 | 23 | 189 | - |
| CMYK | 0.47 | 0.88 | 0 | 0.26 |
| HSL | 267.83º | 0.78% | 0.42% | - |
| HSV(B) | 267.83º | 0.88% | 0.74% | - |
| XYZ | 14.75 | 7 | 48.72 | - |
| YUV | 64.95 | 198.01 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 23 | 189 | 0.47 | 0.88 | 0 | 0.26 | 267.83 | 0.78 | 0.42 |
| Hex | 64 | 17 | BD | 2F | 58 | 0 | 1A | 10C | 4E | 2A |
| Octal | 144 | 27 | 275 | 57 | 130 | 0 | 32 | 414 | 116 | 52 |
| Binary | 1100100 | 10111 | 10111101 | 101111 | 1011000 | 0 | 11010 | 100001100 | 1001110 | 101010 |
Color Harmonies of #6417BD
Complementary color
Monochromatic Colors of #6417BD
Black with #6417BD
Text Example
Text Example
White with #6417BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6417BD; }
p { color: rgb(100,23,189); }
H1.HeaderClassName
{
color: #6417BD;
}
.AnyTagClassName
{
color: #6417BD;
}
</style>
background-color css
<style>
a { background-color: #6417BD; }
a { background-color: rgb(100,23,189); }
div.DivClassName
{
background-color: #6417BD;
}
.BgClassName
{
background-color: #6417BD;
}
</style>
border-color css
<style>
span { border-color: #6417BD; }
span { border-color: rgb(100,23,189); }
td.TdClassName
{
border-color: #6417BD;
}
.TagClassName
{
border-color: #6417BD;
}
</style>