Shades of Purple Heart #6031D8
Tints of Purple Heart #6031D8
RGB
CMYK
RGB Variations
Color information
#6031D8 (or 0x6031D8) is known color: Purple Heart. HEX triplet: 60, 31 and D8. RGB value is (96,49,216). Sum of RGB (Red+Green+Blue) = 96+49+216=361 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.59% from 361); Green value is 49 (19.53% from 255 or 13.57% from 361); Blue value is 216 (84.77% from 255 or 59.83% from 361); Max value from RGB is 216 - color contains mainly: blue. Hex color #6031D8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6031D8 is #9FCE27. Grayscale: #515151. Windows color (decimal): -10473000 or 14168416. OLE color: 14168416.
HSL color Cylindrical-coordinate representation of color #6031D8: hue angle of 256.89º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6031D8 is Cyan = 0.56, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 96 | 49 | 216 | - |
| CMYK | 0.56 | 0.77 | 0 | 0.15 |
| HSL | 256.89º | 0.68% | 0.52% | - |
| HSV(B) | 256.89º | 0.77% | 0.85% | - |
| XYZ | 18.32 | 9.64 | 65.86 | - |
| YUV | 82.09 | 203.57 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 49 | 216 | 0.56 | 0.77 | 0 | 0.15 | 256.89 | 0.68 | 0.52 |
| Hex | 60 | 31 | D8 | 38 | 4D | 0 | F | 101 | 44 | 34 |
| Octal | 140 | 61 | 330 | 70 | 115 | 0 | 17 | 401 | 104 | 64 |
| Binary | 1100000 | 110001 | 11011000 | 111000 | 1001101 | 0 | 1111 | 100000001 | 1000100 | 110100 |
Color Harmonies of #6031D8
Complementary color
Monochromatic Colors of #6031D8
Black with #6031D8
Text Example
Text Example
White with #6031D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6031D8; }
p { color: rgb(96,49,216); }
H1.HeaderClassName
{
color: #6031D8;
}
.AnyTagClassName
{
color: #6031D8;
}
</style>
background-color css
<style>
a { background-color: #6031D8; }
a { background-color: rgb(96,49,216); }
div.DivClassName
{
background-color: #6031D8;
}
.BgClassName
{
background-color: #6031D8;
}
</style>
border-color css
<style>
span { border-color: #6031D8; }
span { border-color: rgb(96,49,216); }
td.TdClassName
{
border-color: #6031D8;
}
.TagClassName
{
border-color: #6031D8;
}
</style>