Shades of Han Purple #6035EC
Tints of Han Purple #6035EC
RGB
CMYK
RGB Variations
Color information
#6035EC (or 0x6035EC) is known color: Han Purple. HEX triplet: 60, 35 and EC. RGB value is (96,53,236). Sum of RGB (Red+Green+Blue) = 96+53+236=385 (50% of max value = 765). Red value is 96 (37.89% from 255 or 24.94% from 385); Green value is 53 (21.09% from 255 or 13.77% from 385); Blue value is 236 (92.58% from 255 or 61.30% from 385); Max value from RGB is 236 - color contains mainly: blue. Hex color #6035EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6035EC is #9FCA13. Grayscale: #565656. Windows color (decimal): -10471956 or 15480160. OLE color: 15480160.
HSL color Cylindrical-coordinate representation of color #6035EC: hue angle of 254.1º degrees, saturation: 0.83, 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 #6035EC is Cyan = 0.59, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 96 | 53 | 236 | - |
| CMYK | 0.59 | 0.78 | 0 | 0.07 |
| HSL | 254.1º | 0.83% | 0.57% | - |
| HSV(B) | 254.1º | 0.78% | 0.93% | - |
| XYZ | 21.24 | 11.09 | 80.38 | - |
| YUV | 86.72 | 212.25 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 53 | 236 | 0.59 | 0.78 | 0 | 0.07 | 254.1 | 0.83 | 0.57 |
| Hex | 60 | 35 | EC | 3B | 4E | 0 | 7 | FE | 53 | 39 |
| Octal | 140 | 65 | 354 | 73 | 116 | 0 | 7 | 376 | 123 | 71 |
| Binary | 1100000 | 110101 | 11101100 | 111011 | 1001110 | 0 | 111 | 11111110 | 1010011 | 111001 |
Color Harmonies of #6035EC
Complementary color
Monochromatic Colors of #6035EC
Black with #6035EC
Text Example
Text Example
White with #6035EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6035EC; }
p { color: rgb(96,53,236); }
H1.HeaderClassName
{
color: #6035EC;
}
.AnyTagClassName
{
color: #6035EC;
}
</style>
background-color css
<style>
a { background-color: #6035EC; }
a { background-color: rgb(96,53,236); }
div.DivClassName
{
background-color: #6035EC;
}
.BgClassName
{
background-color: #6035EC;
}
</style>
border-color css
<style>
span { border-color: #6035EC; }
span { border-color: rgb(96,53,236); }
td.TdClassName
{
border-color: #6035EC;
}
.TagClassName
{
border-color: #6035EC;
}
</style>