Shades of Purple Heart #6417BB
Tints of Purple Heart #6417BB
RGB
CMYK
RGB Variations
Color information
#6417BB (or 0x6417BB) is known color: Purple Heart. HEX triplet: 64, 17 and BB. RGB value is (100,23,187). Sum of RGB (Red+Green+Blue) = 100+23+187=310 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.26% from 310); Green value is 23 (9.38% from 255 or 7.42% from 310); Blue value is 187 (73.44% from 255 or 60.32% from 310); Max value from RGB is 187 - color contains mainly: blue. Hex color #6417BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6417BB is #9BE844. Grayscale: #404040. Windows color (decimal): -10217541 or 12261220. OLE color: 12261220.
HSL color Cylindrical-coordinate representation of color #6417BB: hue angle of 268.17º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6417BB is Cyan = 0.47, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 100 | 23 | 187 | - |
| CMYK | 0.47 | 0.88 | 0 | 0.27 |
| HSL | 268.17º | 0.78% | 0.41% | - |
| HSV(B) | 268.17º | 0.88% | 0.73% | - |
| XYZ | 14.53 | 6.91 | 47.58 | - |
| YUV | 64.72 | 197.01 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 23 | 187 | 0.47 | 0.88 | 0 | 0.27 | 268.17 | 0.78 | 0.41 |
| Hex | 64 | 17 | BB | 2F | 58 | 0 | 1B | 10C | 4E | 29 |
| Octal | 144 | 27 | 273 | 57 | 130 | 0 | 33 | 414 | 116 | 51 |
| Binary | 1100100 | 10111 | 10111011 | 101111 | 1011000 | 0 | 11011 | 100001100 | 1001110 | 101001 |
Color Harmonies of #6417BB
Complementary color
Monochromatic Colors of #6417BB
Black with #6417BB
Text Example
Text Example
White with #6417BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6417BB; }
p { color: rgb(100,23,187); }
H1.HeaderClassName
{
color: #6417BB;
}
.AnyTagClassName
{
color: #6417BB;
}
</style>
background-color css
<style>
a { background-color: #6417BB; }
a { background-color: rgb(100,23,187); }
div.DivClassName
{
background-color: #6417BB;
}
.BgClassName
{
background-color: #6417BB;
}
</style>
border-color css
<style>
span { border-color: #6417BB; }
span { border-color: rgb(100,23,187); }
td.TdClassName
{
border-color: #6417BB;
}
.TagClassName
{
border-color: #6417BB;
}
</style>