Shades of Purple Heart #602BDF
Tints of Purple Heart #602BDF
RGB
CMYK
RGB Variations
Color information
#602BDF (or 0x602BDF) is known color: Purple Heart. HEX triplet: 60, 2B and DF. RGB value is (96,43,223). Sum of RGB (Red+Green+Blue) = 96+43+223=362 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.52% from 362); Green value is 43 (17.19% from 255 or 11.88% from 362); Blue value is 223 (87.5% from 255 or 61.60% from 362); Max value from RGB is 223 - color contains mainly: blue. Hex color #602BDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #602BDF is #9FD420. Grayscale: #4E4E4E. Windows color (decimal): -10474529 or 14625632. OLE color: 14625632.
HSL color Cylindrical-coordinate representation of color #602BDF: hue angle of 257.67º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #602BDF is Cyan = 0.57, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 43 | 223 | - |
| CMYK | 0.57 | 0.81 | 0 | 0.13 |
| HSL | 257.67º | 0.74% | 0.52% | - |
| HSV(B) | 257.67º | 0.81% | 0.87% | - |
| XYZ | 19.01 | 9.54 | 70.65 | - |
| YUV | 79.37 | 209.06 | 139.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 43 | 223 | 0.57 | 0.81 | 0 | 0.13 | 257.67 | 0.74 | 0.52 |
| Hex | 60 | 2B | DF | 39 | 51 | 0 | D | 102 | 4A | 34 |
| Octal | 140 | 53 | 337 | 71 | 121 | 0 | 15 | 402 | 112 | 64 |
| Binary | 1100000 | 101011 | 11011111 | 111001 | 1010001 | 0 | 1101 | 100000010 | 1001010 | 110100 |
Color Harmonies of #602BDF
Complementary color
Monochromatic Colors of #602BDF
Black with #602BDF
Text Example
Text Example
White with #602BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602BDF; }
p { color: rgb(96,43,223); }
H1.HeaderClassName
{
color: #602BDF;
}
.AnyTagClassName
{
color: #602BDF;
}
</style>
background-color css
<style>
a { background-color: #602BDF; }
a { background-color: rgb(96,43,223); }
div.DivClassName
{
background-color: #602BDF;
}
.BgClassName
{
background-color: #602BDF;
}
</style>
border-color css
<style>
span { border-color: #602BDF; }
span { border-color: rgb(96,43,223); }
td.TdClassName
{
border-color: #602BDF;
}
.TagClassName
{
border-color: #602BDF;
}
</style>