Shades of Purple Heart #6017BD
Tints of Purple Heart #6017BD
RGB
CMYK
RGB Variations
Color information
#6017BD (or 0x6017BD) is known color: Purple Heart. HEX triplet: 60, 17 and BD. RGB value is (96,23,189). Sum of RGB (Red+Green+Blue) = 96+23+189=308 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.17% from 308); Green value is 23 (9.38% from 255 or 7.47% 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 #6017BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6017BD is #9FE842. Grayscale: #3F3F3F. Windows color (decimal): -10479683 or 12392288. OLE color: 12392288.
HSL color Cylindrical-coordinate representation of color #6017BD: hue angle of 266.39º 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 #6017BD is Cyan = 0.49, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 96 | 23 | 189 | - |
| CMYK | 0.49 | 0.88 | 0 | 0.26 |
| HSL | 266.39º | 0.78% | 0.42% | - |
| HSV(B) | 266.39º | 0.88% | 0.74% | - |
| XYZ | 14.32 | 6.77 | 48.7 | - |
| YUV | 63.75 | 198.68 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 23 | 189 | 0.49 | 0.88 | 0 | 0.26 | 266.39 | 0.78 | 0.42 |
| Hex | 60 | 17 | BD | 31 | 58 | 0 | 1A | 10A | 4E | 2A |
| Octal | 140 | 27 | 275 | 61 | 130 | 0 | 32 | 412 | 116 | 52 |
| Binary | 1100000 | 10111 | 10111101 | 110001 | 1011000 | 0 | 11010 | 100001010 | 1001110 | 101010 |
Color Harmonies of #6017BD
Complementary color
Monochromatic Colors of #6017BD
Black with #6017BD
Text Example
Text Example
White with #6017BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6017BD; }
p { color: rgb(96,23,189); }
H1.HeaderClassName
{
color: #6017BD;
}
.AnyTagClassName
{
color: #6017BD;
}
</style>
background-color css
<style>
a { background-color: #6017BD; }
a { background-color: rgb(96,23,189); }
div.DivClassName
{
background-color: #6017BD;
}
.BgClassName
{
background-color: #6017BD;
}
</style>
border-color css
<style>
span { border-color: #6017BD; }
span { border-color: rgb(96,23,189); }
td.TdClassName
{
border-color: #6017BD;
}
.TagClassName
{
border-color: #6017BD;
}
</style>