Shades of Han Purple #6236FE
Tints of Han Purple #6236FE
RGB
CMYK
RGB Variations
Color information
#6236FE (or 0x6236FE) is known color: Han Purple. HEX triplet: 62, 36 and FE. RGB value is (98,54,254). Sum of RGB (Red+Green+Blue) = 98+54+254=406 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.14% from 406); Green value is 54 (21.48% from 255 or 13.30% from 406); Blue value is 254 (99.61% from 255 or 62.56% from 406); Max value from RGB is 254 - color contains mainly: blue. Hex color #6236FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6236FE is #9DC901. Grayscale: #595959. Windows color (decimal): -10340610 or 16660066. OLE color: 16660066.
HSL color Cylindrical-coordinate representation of color #6236FE: hue angle of 253.2º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6236FE is Cyan = 0.61, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 98 | 54 | 254 | - |
| CMYK | 0.61 | 0.79 | 0 | 0.00 |
| HSL | 253.2º | 0.99% | 0.6% | - |
| HSV(B) | 253.2º | 0.79% | 1% | - |
| XYZ | 24.25 | 12.39 | 94.88 | - |
| YUV | 89.96 | 220.58 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 54 | 254 | 0.61 | 0.79 | 0 | 0.00 | 253.2 | 0.99 | 0.6 |
| Hex | 62 | 36 | FE | 3D | 4F | 0 | 0 | FD | 63 | 3C |
| Octal | 142 | 66 | 376 | 75 | 117 | 0 | 0 | 375 | 143 | 74 |
| Binary | 1100010 | 110110 | 11111110 | 111101 | 1001111 | 0 | 0 | 11111101 | 1100011 | 111100 |
Color Harmonies of #6236FE
Complementary color
Monochromatic Colors of #6236FE
Black with #6236FE
Text Example
Text Example
White with #6236FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6236FE; }
p { color: rgb(98,54,254); }
H1.HeaderClassName
{
color: #6236FE;
}
.AnyTagClassName
{
color: #6236FE;
}
</style>
background-color css
<style>
a { background-color: #6236FE; }
a { background-color: rgb(98,54,254); }
div.DivClassName
{
background-color: #6236FE;
}
.BgClassName
{
background-color: #6236FE;
}
</style>
border-color css
<style>
span { border-color: #6236FE; }
span { border-color: rgb(98,54,254); }
td.TdClassName
{
border-color: #6236FE;
}
.TagClassName
{
border-color: #6236FE;
}
</style>