Shades of Purple Heart #602FDA
Tints of Purple Heart #602FDA
RGB
CMYK
RGB Variations
Color information
#602FDA (or 0x602FDA) is known color: Purple Heart. HEX triplet: 60, 2F and DA. RGB value is (96,47,218). Sum of RGB (Red+Green+Blue) = 96+47+218=361 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.59% from 361); Green value is 47 (18.75% from 255 or 13.02% from 361); Blue value is 218 (85.55% from 255 or 60.39% from 361); Max value from RGB is 218 - color contains mainly: blue. Hex color #602FDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #602FDA is #9FD025. Grayscale: #505050. Windows color (decimal): -10473510 or 14298976. OLE color: 14298976.
HSL color Cylindrical-coordinate representation of color #602FDA: hue angle of 257.19º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #602FDA is Cyan = 0.56, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 96 | 47 | 218 | - |
| CMYK | 0.56 | 0.78 | 0 | 0.15 |
| HSL | 257.19º | 0.7% | 0.52% | - |
| HSV(B) | 257.19º | 0.78% | 0.85% | - |
| XYZ | 18.5 | 9.58 | 67.2 | - |
| YUV | 81.15 | 205.23 | 138.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 47 | 218 | 0.56 | 0.78 | 0 | 0.15 | 257.19 | 0.7 | 0.52 |
| Hex | 60 | 2F | DA | 38 | 4E | 0 | F | 101 | 46 | 34 |
| Octal | 140 | 57 | 332 | 70 | 116 | 0 | 17 | 401 | 106 | 64 |
| Binary | 1100000 | 101111 | 11011010 | 111000 | 1001110 | 0 | 1111 | 100000001 | 1000110 | 110100 |
Color Harmonies of #602FDA
Complementary color
Monochromatic Colors of #602FDA
Black with #602FDA
Text Example
Text Example
White with #602FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602FDA; }
p { color: rgb(96,47,218); }
H1.HeaderClassName
{
color: #602FDA;
}
.AnyTagClassName
{
color: #602FDA;
}
</style>
background-color css
<style>
a { background-color: #602FDA; }
a { background-color: rgb(96,47,218); }
div.DivClassName
{
background-color: #602FDA;
}
.BgClassName
{
background-color: #602FDA;
}
</style>
border-color css
<style>
span { border-color: #602FDA; }
span { border-color: rgb(96,47,218); }
td.TdClassName
{
border-color: #602FDA;
}
.TagClassName
{
border-color: #602FDA;
}
</style>