Shades of Han Purple #6236F8
Tints of Han Purple #6236F8
RGB
CMYK
RGB Variations
Color information
#6236F8 (or 0x6236F8) is known color: Han Purple. HEX triplet: 62, 36 and F8. RGB value is (98,54,248). Sum of RGB (Red+Green+Blue) = 98+54+248=400 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.5% from 400); Green value is 54 (21.48% from 255 or 13.5% from 400); Blue value is 248 (97.27% from 255 or 62% from 400); Max value from RGB is 248 - color contains mainly: blue. Hex color #6236F8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6236F8 is #9DC907. Grayscale: #585858. Windows color (decimal): -10340616 or 16266850. OLE color: 16266850.
HSL color Cylindrical-coordinate representation of color #6236F8: hue angle of 253.61º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6236F8 is Cyan = 0.60, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 98 | 54 | 248 | - |
| CMYK | 0.60 | 0.78 | 0 | 0.03 |
| HSL | 253.61º | 0.93% | 0.59% | - |
| HSV(B) | 253.61º | 0.78% | 0.97% | - |
| XYZ | 23.3 | 12.01 | 89.9 | - |
| YUV | 89.27 | 217.58 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 54 | 248 | 0.60 | 0.78 | 0 | 0.03 | 253.61 | 0.93 | 0.59 |
| Hex | 62 | 36 | F8 | 3C | 4E | 0 | 3 | FE | 5D | 3B |
| Octal | 142 | 66 | 370 | 74 | 116 | 0 | 3 | 376 | 135 | 73 |
| Binary | 1100010 | 110110 | 11111000 | 111100 | 1001110 | 0 | 11 | 11111110 | 1011101 | 111011 |
Color Harmonies of #6236F8
Complementary color
Monochromatic Colors of #6236F8
Black with #6236F8
Text Example
Text Example
White with #6236F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6236F8; }
p { color: rgb(98,54,248); }
H1.HeaderClassName
{
color: #6236F8;
}
.AnyTagClassName
{
color: #6236F8;
}
</style>
background-color css
<style>
a { background-color: #6236F8; }
a { background-color: rgb(98,54,248); }
div.DivClassName
{
background-color: #6236F8;
}
.BgClassName
{
background-color: #6236F8;
}
</style>
border-color css
<style>
span { border-color: #6236F8; }
span { border-color: rgb(98,54,248); }
td.TdClassName
{
border-color: #6236F8;
}
.TagClassName
{
border-color: #6236F8;
}
</style>