Shades of Purple Heart #6029DA
Tints of Purple Heart #6029DA
RGB
CMYK
RGB Variations
Color information
#6029DA (or 0x6029DA) is known color: Purple Heart. HEX triplet: 60, 29 and DA. RGB value is (96,41,218). Sum of RGB (Red+Green+Blue) = 96+41+218=355 (47% of max value = 765). Red value is 96 (37.89% from 255 or 27.04% from 355); Green value is 41 (16.41% from 255 or 11.55% from 355); Blue value is 218 (85.55% from 255 or 61.41% from 355); Max value from RGB is 218 - color contains mainly: blue. Hex color #6029DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6029DA is #9FD625. Grayscale: #4C4C4C. Windows color (decimal): -10475046 or 14297440. OLE color: 14297440.
HSL color Cylindrical-coordinate representation of color #6029DA: hue angle of 258.64º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6029DA is Cyan = 0.56, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 96 | 41 | 218 | - |
| CMYK | 0.56 | 0.81 | 0 | 0.15 |
| HSL | 258.64º | 0.71% | 0.51% | - |
| HSV(B) | 258.64º | 0.81% | 0.85% | - |
| XYZ | 18.27 | 9.13 | 67.13 | - |
| YUV | 77.62 | 207.22 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 41 | 218 | 0.56 | 0.81 | 0 | 0.15 | 258.64 | 0.71 | 0.51 |
| Hex | 60 | 29 | DA | 38 | 51 | 0 | F | 103 | 47 | 33 |
| Octal | 140 | 51 | 332 | 70 | 121 | 0 | 17 | 403 | 107 | 63 |
| Binary | 1100000 | 101001 | 11011010 | 111000 | 1010001 | 0 | 1111 | 100000011 | 1000111 | 110011 |
Color Harmonies of #6029DA
Complementary color
Monochromatic Colors of #6029DA
Black with #6029DA
Text Example
Text Example
White with #6029DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6029DA; }
p { color: rgb(96,41,218); }
H1.HeaderClassName
{
color: #6029DA;
}
.AnyTagClassName
{
color: #6029DA;
}
</style>
background-color css
<style>
a { background-color: #6029DA; }
a { background-color: rgb(96,41,218); }
div.DivClassName
{
background-color: #6029DA;
}
.BgClassName
{
background-color: #6029DA;
}
</style>
border-color css
<style>
span { border-color: #6029DA; }
span { border-color: rgb(96,41,218); }
td.TdClassName
{
border-color: #6029DA;
}
.TagClassName
{
border-color: #6029DA;
}
</style>