Shades of Purple Heart #6008D5
Tints of Purple Heart #6008D5
RGB
CMYK
RGB Variations
Color information
#6008D5 (or 0x6008D5) is known color: Purple Heart. HEX triplet: 60, 08 and D5. RGB value is (96,8,213). Sum of RGB (Red+Green+Blue) = 96+8+213=317 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.28% from 317); Green value is 8 (3.52% from 255 or 2.52% from 317); Blue value is 213 (83.59% from 255 or 67.19% from 317); Max value from RGB is 213 - color contains mainly: blue. Hex color #6008D5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6008D5 is #9FF72A. Grayscale: #383838. Windows color (decimal): -10483499 or 13961312. OLE color: 13961312.
HSL color Cylindrical-coordinate representation of color #6008D5: hue angle of 265.76º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6008D5 is Cyan = 0.55, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 96 | 8 | 213 | - |
| CMYK | 0.55 | 0.96 | 0 | 0.16 |
| HSL | 265.76º | 0.93% | 0.43% | - |
| HSV(B) | 265.76º | 0.96% | 0.84% | - |
| XYZ | 16.92 | 7.46 | 63.5 | - |
| YUV | 57.68 | 215.65 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 8 | 213 | 0.55 | 0.96 | 0 | 0.16 | 265.76 | 0.93 | 0.43 |
| Hex | 60 | 8 | D5 | 37 | 60 | 0 | 10 | 10A | 5D | 2B |
| Octal | 140 | 10 | 325 | 67 | 140 | 0 | 20 | 412 | 135 | 53 |
| Binary | 1100000 | 1000 | 11010101 | 110111 | 1100000 | 0 | 10000 | 100001010 | 1011101 | 101011 |
Color Harmonies of #6008D5
Complementary color
Monochromatic Colors of #6008D5
Black with #6008D5
Text Example
Text Example
White with #6008D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6008D5; }
p { color: rgb(96,8,213); }
H1.HeaderClassName
{
color: #6008D5;
}
.AnyTagClassName
{
color: #6008D5;
}
</style>
background-color css
<style>
a { background-color: #6008D5; }
a { background-color: rgb(96,8,213); }
div.DivClassName
{
background-color: #6008D5;
}
.BgClassName
{
background-color: #6008D5;
}
</style>
border-color css
<style>
span { border-color: #6008D5; }
span { border-color: rgb(96,8,213); }
td.TdClassName
{
border-color: #6008D5;
}
.TagClassName
{
border-color: #6008D5;
}
</style>