Shades of Purple Heart #602FDD
Tints of Purple Heart #602FDD
RGB
CMYK
RGB Variations
Color information
#602FDD (or 0x602FDD) is known color: Purple Heart. HEX triplet: 60, 2F and DD. RGB value is (96,47,221). Sum of RGB (Red+Green+Blue) = 96+47+221=364 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.37% from 364); Green value is 47 (18.75% from 255 or 12.91% from 364); Blue value is 221 (86.72% from 255 or 60.71% from 364); Max value from RGB is 221 - color contains mainly: blue. Hex color #602FDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #602FDD is #9FD022. Grayscale: #505050. Windows color (decimal): -10473507 or 14495584. OLE color: 14495584.
HSL color Cylindrical-coordinate representation of color #602FDD: hue angle of 256.9º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #602FDD is Cyan = 0.57, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 47 | 221 | - |
| CMYK | 0.57 | 0.79 | 0 | 0.13 |
| HSL | 256.9º | 0.72% | 0.53% | - |
| HSV(B) | 256.9º | 0.79% | 0.87% | - |
| XYZ | 18.89 | 9.74 | 69.29 | - |
| YUV | 81.49 | 206.73 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 47 | 221 | 0.57 | 0.79 | 0 | 0.13 | 256.9 | 0.72 | 0.53 |
| Hex | 60 | 2F | DD | 39 | 4F | 0 | D | 101 | 48 | 35 |
| Octal | 140 | 57 | 335 | 71 | 117 | 0 | 15 | 401 | 110 | 65 |
| Binary | 1100000 | 101111 | 11011101 | 111001 | 1001111 | 0 | 1101 | 100000001 | 1001000 | 110101 |
Color Harmonies of #602FDD
Complementary color
Monochromatic Colors of #602FDD
Black with #602FDD
Text Example
Text Example
White with #602FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602FDD; }
p { color: rgb(96,47,221); }
H1.HeaderClassName
{
color: #602FDD;
}
.AnyTagClassName
{
color: #602FDD;
}
</style>
background-color css
<style>
a { background-color: #602FDD; }
a { background-color: rgb(96,47,221); }
div.DivClassName
{
background-color: #602FDD;
}
.BgClassName
{
background-color: #602FDD;
}
</style>
border-color css
<style>
span { border-color: #602FDD; }
span { border-color: rgb(96,47,221); }
td.TdClassName
{
border-color: #602FDD;
}
.TagClassName
{
border-color: #602FDD;
}
</style>