Shades of Han Purple #6235EC
Tints of Han Purple #6235EC
RGB
CMYK
RGB Variations
Color information
#6235EC (or 0x6235EC) is known color: Han Purple. HEX triplet: 62, 35 and EC. RGB value is (98,53,236). Sum of RGB (Red+Green+Blue) = 98+53+236=387 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.32% from 387); Green value is 53 (21.09% from 255 or 13.70% from 387); Blue value is 236 (92.58% from 255 or 60.98% from 387); Max value from RGB is 236 - color contains mainly: blue. Hex color #6235EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6235EC is #9DCA13. Grayscale: #565656. Windows color (decimal): -10340884 or 15480162. OLE color: 15480162.
HSL color Cylindrical-coordinate representation of color #6235EC: hue angle of 254.75º 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 #6235EC is Cyan = 0.58, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 98 | 53 | 236 | - |
| CMYK | 0.58 | 0.78 | 0 | 0.07 |
| HSL | 254.75º | 0.83% | 0.57% | - |
| HSV(B) | 254.75º | 0.78% | 0.93% | - |
| XYZ | 21.45 | 11.2 | 80.39 | - |
| YUV | 87.32 | 211.91 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 53 | 236 | 0.58 | 0.78 | 0 | 0.07 | 254.75 | 0.83 | 0.57 |
| Hex | 62 | 35 | EC | 3A | 4E | 0 | 7 | FF | 53 | 39 |
| Octal | 142 | 65 | 354 | 72 | 116 | 0 | 7 | 377 | 123 | 71 |
| Binary | 1100010 | 110101 | 11101100 | 111010 | 1001110 | 0 | 111 | 11111111 | 1010011 | 111001 |
Color Harmonies of #6235EC
Complementary color
Monochromatic Colors of #6235EC
Black with #6235EC
Text Example
Text Example
White with #6235EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6235EC; }
p { color: rgb(98,53,236); }
H1.HeaderClassName
{
color: #6235EC;
}
.AnyTagClassName
{
color: #6235EC;
}
</style>
background-color css
<style>
a { background-color: #6235EC; }
a { background-color: rgb(98,53,236); }
div.DivClassName
{
background-color: #6235EC;
}
.BgClassName
{
background-color: #6235EC;
}
</style>
border-color css
<style>
span { border-color: #6235EC; }
span { border-color: rgb(98,53,236); }
td.TdClassName
{
border-color: #6235EC;
}
.TagClassName
{
border-color: #6235EC;
}
</style>