Shades of Purple Heart #6025DD
Tints of Purple Heart #6025DD
RGB
CMYK
RGB Variations
Color information
#6025DD (or 0x6025DD) is known color: Purple Heart. HEX triplet: 60, 25 and DD. RGB value is (96,37,221). Sum of RGB (Red+Green+Blue) = 96+37+221=354 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.12% from 354); Green value is 37 (14.84% from 255 or 10.45% from 354); Blue value is 221 (86.72% from 255 or 62.43% from 354); Max value from RGB is 221 - color contains mainly: blue. Hex color #6025DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6025DD is #9FDA22. Grayscale: #4A4A4A. Windows color (decimal): -10476067 or 14493024. OLE color: 14493024.
HSL color Cylindrical-coordinate representation of color #6025DD: hue angle of 259.24º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6025DD is Cyan = 0.57, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 37 | 221 | - |
| CMYK | 0.57 | 0.83 | 0 | 0.13 |
| HSL | 259.24º | 0.73% | 0.51% | - |
| HSV(B) | 259.24º | 0.83% | 0.87% | - |
| XYZ | 18.54 | 9.03 | 69.17 | - |
| YUV | 75.62 | 210.05 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 37 | 221 | 0.57 | 0.83 | 0 | 0.13 | 259.24 | 0.73 | 0.51 |
| Hex | 60 | 25 | DD | 39 | 53 | 0 | D | 103 | 49 | 33 |
| Octal | 140 | 45 | 335 | 71 | 123 | 0 | 15 | 403 | 111 | 63 |
| Binary | 1100000 | 100101 | 11011101 | 111001 | 1010011 | 0 | 1101 | 100000011 | 1001001 | 110011 |
Color Harmonies of #6025DD
Complementary color
Monochromatic Colors of #6025DD
Black with #6025DD
Text Example
Text Example
White with #6025DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6025DD; }
p { color: rgb(96,37,221); }
H1.HeaderClassName
{
color: #6025DD;
}
.AnyTagClassName
{
color: #6025DD;
}
</style>
background-color css
<style>
a { background-color: #6025DD; }
a { background-color: rgb(96,37,221); }
div.DivClassName
{
background-color: #6025DD;
}
.BgClassName
{
background-color: #6025DD;
}
</style>
border-color css
<style>
span { border-color: #6025DD; }
span { border-color: rgb(96,37,221); }
td.TdClassName
{
border-color: #6025DD;
}
.TagClassName
{
border-color: #6025DD;
}
</style>