Shades of Purple Heart #602DDD
Tints of Purple Heart #602DDD
RGB
CMYK
RGB Variations
Color information
#602DDD (or 0x602DDD) is known color: Purple Heart. HEX triplet: 60, 2D and DD. RGB value is (96,45,221). Sum of RGB (Red+Green+Blue) = 96+45+221=362 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.52% from 362); Green value is 45 (17.97% from 255 or 12.43% from 362); Blue value is 221 (86.72% from 255 or 61.05% from 362); Max value from RGB is 221 - color contains mainly: blue. Hex color #602DDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #602DDD is #9FD222. Grayscale: #4F4F4F. Windows color (decimal): -10474019 or 14495072. OLE color: 14495072.
HSL color Cylindrical-coordinate representation of color #602DDD: hue angle of 257.39º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #602DDD is Cyan = 0.57, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 45 | 221 | - |
| CMYK | 0.57 | 0.80 | 0 | 0.13 |
| HSL | 257.39º | 0.72% | 0.52% | - |
| HSV(B) | 257.39º | 0.8% | 0.87% | - |
| XYZ | 18.81 | 9.58 | 69.26 | - |
| YUV | 80.31 | 207.4 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 45 | 221 | 0.57 | 0.80 | 0 | 0.13 | 257.39 | 0.72 | 0.52 |
| Hex | 60 | 2D | DD | 39 | 50 | 0 | D | 101 | 48 | 34 |
| Octal | 140 | 55 | 335 | 71 | 120 | 0 | 15 | 401 | 110 | 64 |
| Binary | 1100000 | 101101 | 11011101 | 111001 | 1010000 | 0 | 1101 | 100000001 | 1001000 | 110100 |
Color Harmonies of #602DDD
Complementary color
Monochromatic Colors of #602DDD
Black with #602DDD
Text Example
Text Example
White with #602DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602DDD; }
p { color: rgb(96,45,221); }
H1.HeaderClassName
{
color: #602DDD;
}
.AnyTagClassName
{
color: #602DDD;
}
</style>
background-color css
<style>
a { background-color: #602DDD; }
a { background-color: rgb(96,45,221); }
div.DivClassName
{
background-color: #602DDD;
}
.BgClassName
{
background-color: #602DDD;
}
</style>
border-color css
<style>
span { border-color: #602DDD; }
span { border-color: rgb(96,45,221); }
td.TdClassName
{
border-color: #602DDD;
}
.TagClassName
{
border-color: #602DDD;
}
</style>