Shades of Purple Heart #602DD3
Tints of Purple Heart #602DD3
RGB
CMYK
RGB Variations
Color information
#602DD3 (or 0x602DD3) is known color: Purple Heart. HEX triplet: 60, 2D and D3. RGB value is (96,45,211). Sum of RGB (Red+Green+Blue) = 96+45+211=352 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.27% from 352); Green value is 45 (17.97% from 255 or 12.78% from 352); Blue value is 211 (82.81% from 255 or 59.94% from 352); Max value from RGB is 211 - color contains mainly: blue. Hex color #602DD3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #602DD3 is #9FD22C. Grayscale: #4E4E4E. Windows color (decimal): -10474029 or 13839712. OLE color: 13839712.
HSL color Cylindrical-coordinate representation of color #602DD3: hue angle of 258.43º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #602DD3 is Cyan = 0.55, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 96 | 45 | 211 | - |
| CMYK | 0.55 | 0.79 | 0 | 0.17 |
| HSL | 258.43º | 0.65% | 0.5% | - |
| HSV(B) | 258.43º | 0.79% | 0.83% | - |
| XYZ | 17.52 | 9.07 | 62.45 | - |
| YUV | 79.17 | 202.4 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 45 | 211 | 0.55 | 0.79 | 0 | 0.17 | 258.43 | 0.65 | 0.5 |
| Hex | 60 | 2D | D3 | 37 | 4F | 0 | 11 | 102 | 41 | 32 |
| Octal | 140 | 55 | 323 | 67 | 117 | 0 | 21 | 402 | 101 | 62 |
| Binary | 1100000 | 101101 | 11010011 | 110111 | 1001111 | 0 | 10001 | 100000010 | 1000001 | 110010 |
Color Harmonies of #602DD3
Complementary color
Monochromatic Colors of #602DD3
Black with #602DD3
Text Example
Text Example
White with #602DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602DD3; }
p { color: rgb(96,45,211); }
H1.HeaderClassName
{
color: #602DD3;
}
.AnyTagClassName
{
color: #602DD3;
}
</style>
background-color css
<style>
a { background-color: #602DD3; }
a { background-color: rgb(96,45,211); }
div.DivClassName
{
background-color: #602DD3;
}
.BgClassName
{
background-color: #602DD3;
}
</style>
border-color css
<style>
span { border-color: #602DD3; }
span { border-color: rgb(96,45,211); }
td.TdClassName
{
border-color: #602DD3;
}
.TagClassName
{
border-color: #602DD3;
}
</style>