Shades of Purple Heart #6008D4
Tints of Purple Heart #6008D4
RGB
CMYK
RGB Variations
Color information
#6008D4 (or 0x6008D4) is known color: Purple Heart. HEX triplet: 60, 08 and D4. RGB value is (96,8,212). Sum of RGB (Red+Green+Blue) = 96+8+212=316 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.38% from 316); Green value is 8 (3.52% from 255 or 2.53% from 316); Blue value is 212 (83.20% from 255 or 67.09% from 316); Max value from RGB is 212 - color contains mainly: blue. Hex color #6008D4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6008D4 is #9FF72B. Grayscale: #383838. Windows color (decimal): -10483500 or 13895776. OLE color: 13895776.
HSL color Cylindrical-coordinate representation of color #6008D4: hue angle of 265.88º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6008D4 is Cyan = 0.55, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 96 | 8 | 212 | - |
| CMYK | 0.55 | 0.96 | 0 | 0.17 |
| HSL | 265.88º | 0.93% | 0.43% | - |
| HSV(B) | 265.88º | 0.96% | 0.83% | - |
| XYZ | 16.79 | 7.41 | 62.83 | - |
| YUV | 57.57 | 215.15 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 8 | 212 | 0.55 | 0.96 | 0 | 0.17 | 265.88 | 0.93 | 0.43 |
| Hex | 60 | 8 | D4 | 37 | 60 | 0 | 11 | 10A | 5D | 2B |
| Octal | 140 | 10 | 324 | 67 | 140 | 0 | 21 | 412 | 135 | 53 |
| Binary | 1100000 | 1000 | 11010100 | 110111 | 1100000 | 0 | 10001 | 100001010 | 1011101 | 101011 |
Color Harmonies of #6008D4
Complementary color
Monochromatic Colors of #6008D4
Black with #6008D4
Text Example
Text Example
White with #6008D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6008D4; }
p { color: rgb(96,8,212); }
H1.HeaderClassName
{
color: #6008D4;
}
.AnyTagClassName
{
color: #6008D4;
}
</style>
background-color css
<style>
a { background-color: #6008D4; }
a { background-color: rgb(96,8,212); }
div.DivClassName
{
background-color: #6008D4;
}
.BgClassName
{
background-color: #6008D4;
}
</style>
border-color css
<style>
span { border-color: #6008D4; }
span { border-color: rgb(96,8,212); }
td.TdClassName
{
border-color: #6008D4;
}
.TagClassName
{
border-color: #6008D4;
}
</style>