Shades of Purple Heart #6038CE
Tints of Purple Heart #6038CE
RGB
CMYK
RGB Variations
Color information
#6038CE (or 0x6038CE) is known color: Purple Heart. HEX triplet: 60, 38 and CE. RGB value is (96,56,206). Sum of RGB (Red+Green+Blue) = 96+56+206=358 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.82% from 358); Green value is 56 (22.27% from 255 or 15.64% from 358); Blue value is 206 (80.86% from 255 or 57.54% from 358); Max value from RGB is 206 - color contains mainly: blue. Hex color #6038CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6038CE is #9FC731. Grayscale: #545454. Windows color (decimal): -10471218 or 13514848. OLE color: 13514848.
HSL color Cylindrical-coordinate representation of color #6038CE: hue angle of 256º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6038CE is Cyan = 0.53, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 56 | 206 | - |
| CMYK | 0.53 | 0.73 | 0 | 0.19 |
| HSL | 256º | 0.6% | 0.51% | - |
| HSV(B) | 256º | 0.73% | 0.81% | - |
| XYZ | 17.38 | 9.77 | 59.36 | - |
| YUV | 85.06 | 196.25 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 56 | 206 | 0.53 | 0.73 | 0 | 0.19 | 256 | 0.6 | 0.51 |
| Hex | 60 | 38 | CE | 35 | 49 | 0 | 13 | 100 | 3C | 33 |
| Octal | 140 | 70 | 316 | 65 | 111 | 0 | 23 | 400 | 74 | 63 |
| Binary | 1100000 | 111000 | 11001110 | 110101 | 1001001 | 0 | 10011 | 100000000 | 111100 | 110011 |
Color Harmonies of #6038CE
Complementary color
Monochromatic Colors of #6038CE
Black with #6038CE
Text Example
Text Example
White with #6038CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6038CE; }
p { color: rgb(96,56,206); }
H1.HeaderClassName
{
color: #6038CE;
}
.AnyTagClassName
{
color: #6038CE;
}
</style>
background-color css
<style>
a { background-color: #6038CE; }
a { background-color: rgb(96,56,206); }
div.DivClassName
{
background-color: #6038CE;
}
.BgClassName
{
background-color: #6038CE;
}
</style>
border-color css
<style>
span { border-color: #6038CE; }
span { border-color: rgb(96,56,206); }
td.TdClassName
{
border-color: #6038CE;
}
.TagClassName
{
border-color: #6038CE;
}
</style>