Shades of Purple Heart #6032DA
Tints of Purple Heart #6032DA
RGB
CMYK
RGB Variations
Color information
#6032DA (or 0x6032DA) is known color: Purple Heart. HEX triplet: 60, 32 and DA. RGB value is (96,50,218). Sum of RGB (Red+Green+Blue) = 96+50+218=364 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.37% from 364); Green value is 50 (19.92% from 255 or 13.74% from 364); Blue value is 218 (85.55% from 255 or 59.89% from 364); Max value from RGB is 218 - color contains mainly: blue. Hex color #6032DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6032DA is #9FCD25. Grayscale: #525252. Windows color (decimal): -10472742 or 14299744. OLE color: 14299744.
HSL color Cylindrical-coordinate representation of color #6032DA: hue angle of 256.43º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6032DA is Cyan = 0.56, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 96 | 50 | 218 | - |
| CMYK | 0.56 | 0.77 | 0 | 0.15 |
| HSL | 256.43º | 0.69% | 0.53% | - |
| HSV(B) | 256.43º | 0.77% | 0.85% | - |
| XYZ | 18.62 | 9.83 | 67.25 | - |
| YUV | 82.91 | 204.24 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 50 | 218 | 0.56 | 0.77 | 0 | 0.15 | 256.43 | 0.69 | 0.53 |
| Hex | 60 | 32 | DA | 38 | 4D | 0 | F | 100 | 45 | 35 |
| Octal | 140 | 62 | 332 | 70 | 115 | 0 | 17 | 400 | 105 | 65 |
| Binary | 1100000 | 110010 | 11011010 | 111000 | 1001101 | 0 | 1111 | 100000000 | 1000101 | 110101 |
Color Harmonies of #6032DA
Complementary color
Monochromatic Colors of #6032DA
Black with #6032DA
Text Example
Text Example
White with #6032DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6032DA; }
p { color: rgb(96,50,218); }
H1.HeaderClassName
{
color: #6032DA;
}
.AnyTagClassName
{
color: #6032DA;
}
</style>
background-color css
<style>
a { background-color: #6032DA; }
a { background-color: rgb(96,50,218); }
div.DivClassName
{
background-color: #6032DA;
}
.BgClassName
{
background-color: #6032DA;
}
</style>
border-color css
<style>
span { border-color: #6032DA; }
span { border-color: rgb(96,50,218); }
td.TdClassName
{
border-color: #6032DA;
}
.TagClassName
{
border-color: #6032DA;
}
</style>