Shades of Han Purple #6336FE
Tints of Han Purple #6336FE
RGB
CMYK
RGB Variations
Color information
#6336FE (or 0x6336FE) is known color: Han Purple. HEX triplet: 63, 36 and FE. RGB value is (99,54,254). Sum of RGB (Red+Green+Blue) = 99+54+254=407 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.32% from 407); Green value is 54 (21.48% from 255 or 13.27% from 407); Blue value is 254 (99.61% from 255 or 62.41% from 407); Max value from RGB is 254 - color contains mainly: blue. Hex color #6336FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6336FE is #9CC901. Grayscale: #595959. Windows color (decimal): -10275074 or 16660067. OLE color: 16660067.
HSL color Cylindrical-coordinate representation of color #6336FE: hue angle of 253.5º 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 #6336FE is Cyan = 0.61, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 99 | 54 | 254 | - |
| CMYK | 0.61 | 0.79 | 0 | 0.00 |
| HSL | 253.5º | 0.99% | 0.6% | - |
| HSV(B) | 253.5º | 0.79% | 1% | - |
| XYZ | 24.35 | 12.45 | 94.88 | - |
| YUV | 90.26 | 220.41 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 54 | 254 | 0.61 | 0.79 | 0 | 0.00 | 253.5 | 0.99 | 0.6 |
| Hex | 63 | 36 | FE | 3D | 4F | 0 | 0 | FE | 63 | 3C |
| Octal | 143 | 66 | 376 | 75 | 117 | 0 | 0 | 376 | 143 | 74 |
| Binary | 1100011 | 110110 | 11111110 | 111101 | 1001111 | 0 | 0 | 11111110 | 1100011 | 111100 |
Color Harmonies of #6336FE
Complementary color
Monochromatic Colors of #6336FE
Black with #6336FE
Text Example
Text Example
White with #6336FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6336FE; }
p { color: rgb(99,54,254); }
H1.HeaderClassName
{
color: #6336FE;
}
.AnyTagClassName
{
color: #6336FE;
}
</style>
background-color css
<style>
a { background-color: #6336FE; }
a { background-color: rgb(99,54,254); }
div.DivClassName
{
background-color: #6336FE;
}
.BgClassName
{
background-color: #6336FE;
}
</style>
border-color css
<style>
span { border-color: #6336FE; }
span { border-color: rgb(99,54,254); }
td.TdClassName
{
border-color: #6336FE;
}
.TagClassName
{
border-color: #6336FE;
}
</style>