Shades of Han Purple #6236EF
Tints of Han Purple #6236EF
RGB
CMYK
RGB Variations
Color information
#6236EF (or 0x6236EF) is known color: Han Purple. HEX triplet: 62, 36 and EF. RGB value is (98,54,239). Sum of RGB (Red+Green+Blue) = 98+54+239=391 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.06% from 391); Green value is 54 (21.48% from 255 or 13.81% from 391); Blue value is 239 (93.75% from 255 or 61.13% from 391); Max value from RGB is 239 - color contains mainly: blue. Hex color #6236EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6236EF is #9DC910. Grayscale: #575757. Windows color (decimal): -10340625 or 15677026. OLE color: 15677026.
HSL color Cylindrical-coordinate representation of color #6236EF: hue angle of 254.27º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6236EF is Cyan = 0.59, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 98 | 54 | 239 | - |
| CMYK | 0.59 | 0.77 | 0 | 0.06 |
| HSL | 254.27º | 0.85% | 0.57% | - |
| HSV(B) | 254.27º | 0.77% | 0.94% | - |
| XYZ | 21.94 | 11.47 | 82.72 | - |
| YUV | 88.25 | 213.08 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 54 | 239 | 0.59 | 0.77 | 0 | 0.06 | 254.27 | 0.85 | 0.57 |
| Hex | 62 | 36 | EF | 3B | 4D | 0 | 6 | FE | 55 | 39 |
| Octal | 142 | 66 | 357 | 73 | 115 | 0 | 6 | 376 | 125 | 71 |
| Binary | 1100010 | 110110 | 11101111 | 111011 | 1001101 | 0 | 110 | 11111110 | 1010101 | 111001 |
Color Harmonies of #6236EF
Complementary color
Monochromatic Colors of #6236EF
Black with #6236EF
Text Example
Text Example
White with #6236EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6236EF; }
p { color: rgb(98,54,239); }
H1.HeaderClassName
{
color: #6236EF;
}
.AnyTagClassName
{
color: #6236EF;
}
</style>
background-color css
<style>
a { background-color: #6236EF; }
a { background-color: rgb(98,54,239); }
div.DivClassName
{
background-color: #6236EF;
}
.BgClassName
{
background-color: #6236EF;
}
</style>
border-color css
<style>
span { border-color: #6236EF; }
span { border-color: rgb(98,54,239); }
td.TdClassName
{
border-color: #6236EF;
}
.TagClassName
{
border-color: #6236EF;
}
</style>