Shades of Han Purple #6035ED
Tints of Han Purple #6035ED
RGB
CMYK
RGB Variations
Color information
#6035ED (or 0x6035ED) is known color: Han Purple. HEX triplet: 60, 35 and ED. RGB value is (96,53,237). Sum of RGB (Red+Green+Blue) = 96+53+237=386 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.87% from 386); Green value is 53 (21.09% from 255 or 13.73% from 386); Blue value is 237 (92.97% from 255 or 61.40% from 386); Max value from RGB is 237 - color contains mainly: blue. Hex color #6035ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6035ED is #9FCA12. Grayscale: #565656. Windows color (decimal): -10471955 or 15545696. OLE color: 15545696.
HSL color Cylindrical-coordinate representation of color #6035ED: hue angle of 254.02º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6035ED is Cyan = 0.59, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 96 | 53 | 237 | - |
| CMYK | 0.59 | 0.78 | 0 | 0.07 |
| HSL | 254.02º | 0.84% | 0.57% | - |
| HSV(B) | 254.02º | 0.78% | 0.93% | - |
| XYZ | 21.38 | 11.15 | 81.15 | - |
| YUV | 86.83 | 212.75 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 53 | 237 | 0.59 | 0.78 | 0 | 0.07 | 254.02 | 0.84 | 0.57 |
| Hex | 60 | 35 | ED | 3B | 4E | 0 | 7 | FE | 54 | 39 |
| Octal | 140 | 65 | 355 | 73 | 116 | 0 | 7 | 376 | 124 | 71 |
| Binary | 1100000 | 110101 | 11101101 | 111011 | 1001110 | 0 | 111 | 11111110 | 1010100 | 111001 |
Color Harmonies of #6035ED
Complementary color
Monochromatic Colors of #6035ED
Black with #6035ED
Text Example
Text Example
White with #6035ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6035ED; }
p { color: rgb(96,53,237); }
H1.HeaderClassName
{
color: #6035ED;
}
.AnyTagClassName
{
color: #6035ED;
}
</style>
background-color css
<style>
a { background-color: #6035ED; }
a { background-color: rgb(96,53,237); }
div.DivClassName
{
background-color: #6035ED;
}
.BgClassName
{
background-color: #6035ED;
}
</style>
border-color css
<style>
span { border-color: #6035ED; }
span { border-color: rgb(96,53,237); }
td.TdClassName
{
border-color: #6035ED;
}
.TagClassName
{
border-color: #6035ED;
}
</style>