Shades of Han Purple #6037ED
Tints of Han Purple #6037ED
RGB
CMYK
RGB Variations
Color information
#6037ED (or 0x6037ED) is known color: Han Purple. HEX triplet: 60, 37 and ED. RGB value is (96,55,237). Sum of RGB (Red+Green+Blue) = 96+55+237=388 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.74% from 388); Green value is 55 (21.88% from 255 or 14.18% from 388); Blue value is 237 (92.97% from 255 or 61.08% from 388); Max value from RGB is 237 - color contains mainly: blue. Hex color #6037ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6037ED is #9FC812. Grayscale: #575757. Windows color (decimal): -10471443 or 15546208. OLE color: 15546208.
HSL color Cylindrical-coordinate representation of color #6037ED: hue angle of 253.52º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6037ED is Cyan = 0.59, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 96 | 55 | 237 | - |
| CMYK | 0.59 | 0.77 | 0 | 0.07 |
| HSL | 253.52º | 0.83% | 0.57% | - |
| HSV(B) | 253.52º | 0.77% | 0.93% | - |
| XYZ | 21.48 | 11.33 | 81.18 | - |
| YUV | 88.01 | 212.08 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 55 | 237 | 0.59 | 0.77 | 0 | 0.07 | 253.52 | 0.83 | 0.57 |
| Hex | 60 | 37 | ED | 3B | 4D | 0 | 7 | FE | 53 | 39 |
| Octal | 140 | 67 | 355 | 73 | 115 | 0 | 7 | 376 | 123 | 71 |
| Binary | 1100000 | 110111 | 11101101 | 111011 | 1001101 | 0 | 111 | 11111110 | 1010011 | 111001 |
Color Harmonies of #6037ED
Complementary color
Monochromatic Colors of #6037ED
Black with #6037ED
Text Example
Text Example
White with #6037ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6037ED; }
p { color: rgb(96,55,237); }
H1.HeaderClassName
{
color: #6037ED;
}
.AnyTagClassName
{
color: #6037ED;
}
</style>
background-color css
<style>
a { background-color: #6037ED; }
a { background-color: rgb(96,55,237); }
div.DivClassName
{
background-color: #6037ED;
}
.BgClassName
{
background-color: #6037ED;
}
</style>
border-color css
<style>
span { border-color: #6037ED; }
span { border-color: rgb(96,55,237); }
td.TdClassName
{
border-color: #6037ED;
}
.TagClassName
{
border-color: #6037ED;
}
</style>