Shades of Purple Heart #600AD4
Tints of Purple Heart #600AD4
RGB
CMYK
RGB Variations
Color information
#600AD4 (or 0x600AD4) is known color: Purple Heart. HEX triplet: 60, 0A and D4. RGB value is (96,10,212). Sum of RGB (Red+Green+Blue) = 96+10+212=318 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.19% from 318); Green value is 10 (4.30% from 255 or 3.14% from 318); Blue value is 212 (83.20% from 255 or 66.67% from 318); Max value from RGB is 212 - color contains mainly: blue. Hex color #600AD4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #600AD4 is #9FF52B. Grayscale: #3A3A3A. Windows color (decimal): -10482988 or 13896288. OLE color: 13896288.
HSL color Cylindrical-coordinate representation of color #600AD4: hue angle of 265.54º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #600AD4 is Cyan = 0.55, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 96 | 10 | 212 | - |
| CMYK | 0.55 | 0.95 | 0 | 0.17 |
| HSL | 265.54º | 0.91% | 0.44% | - |
| HSV(B) | 265.54º | 0.95% | 0.83% | - |
| XYZ | 16.82 | 7.46 | 62.84 | - |
| YUV | 58.74 | 214.49 | 154.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 10 | 212 | 0.55 | 0.95 | 0 | 0.17 | 265.54 | 0.91 | 0.44 |
| Hex | 60 | A | D4 | 37 | 5F | 0 | 11 | 10A | 5B | 2C |
| Octal | 140 | 12 | 324 | 67 | 137 | 0 | 21 | 412 | 133 | 54 |
| Binary | 1100000 | 1010 | 11010100 | 110111 | 1011111 | 0 | 10001 | 100001010 | 1011011 | 101100 |
Color Harmonies of #600AD4
Complementary color
Monochromatic Colors of #600AD4
Black with #600AD4
Text Example
Text Example
White with #600AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600AD4; }
p { color: rgb(96,10,212); }
H1.HeaderClassName
{
color: #600AD4;
}
.AnyTagClassName
{
color: #600AD4;
}
</style>
background-color css
<style>
a { background-color: #600AD4; }
a { background-color: rgb(96,10,212); }
div.DivClassName
{
background-color: #600AD4;
}
.BgClassName
{
background-color: #600AD4;
}
</style>
border-color css
<style>
span { border-color: #600AD4; }
span { border-color: rgb(96,10,212); }
td.TdClassName
{
border-color: #600AD4;
}
.TagClassName
{
border-color: #600AD4;
}
</style>