Shades of Purple Heart #6417D0
Tints of Purple Heart #6417D0
RGB
CMYK
RGB Variations
Color information
#6417D0 (or 0x6417D0) is known color: Purple Heart. HEX triplet: 64, 17 and D0. RGB value is (100,23,208). Sum of RGB (Red+Green+Blue) = 100+23+208=331 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.21% from 331); Green value is 23 (9.38% from 255 or 6.95% from 331); Blue value is 208 (81.64% from 255 or 62.84% from 331); Max value from RGB is 208 - color contains mainly: blue. Hex color #6417D0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6417D0 is #9BE82F. Grayscale: #424242. Windows color (decimal): -10217520 or 13637476. OLE color: 13637476.
HSL color Cylindrical-coordinate representation of color #6417D0: hue angle of 264.97º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6417D0 is Cyan = 0.52, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 100 | 23 | 208 | - |
| CMYK | 0.52 | 0.89 | 0 | 0.18 |
| HSL | 264.97º | 0.8% | 0.45% | - |
| HSV(B) | 264.97º | 0.89% | 0.82% | - |
| XYZ | 16.95 | 7.88 | 60.3 | - |
| YUV | 67.11 | 207.51 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 23 | 208 | 0.52 | 0.89 | 0 | 0.18 | 264.97 | 0.8 | 0.45 |
| Hex | 64 | 17 | D0 | 34 | 59 | 0 | 12 | 109 | 50 | 2D |
| Octal | 144 | 27 | 320 | 64 | 131 | 0 | 22 | 411 | 120 | 55 |
| Binary | 1100100 | 10111 | 11010000 | 110100 | 1011001 | 0 | 10010 | 100001001 | 1010000 | 101101 |
Color Harmonies of #6417D0
Complementary color
Monochromatic Colors of #6417D0
Black with #6417D0
Text Example
Text Example
White with #6417D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6417D0; }
p { color: rgb(100,23,208); }
H1.HeaderClassName
{
color: #6417D0;
}
.AnyTagClassName
{
color: #6417D0;
}
</style>
background-color css
<style>
a { background-color: #6417D0; }
a { background-color: rgb(100,23,208); }
div.DivClassName
{
background-color: #6417D0;
}
.BgClassName
{
background-color: #6417D0;
}
</style>
border-color css
<style>
span { border-color: #6417D0; }
span { border-color: rgb(100,23,208); }
td.TdClassName
{
border-color: #6417D0;
}
.TagClassName
{
border-color: #6417D0;
}
</style>