Shades of Han Purple #6336FF
Tints of Han Purple #6336FF
RGB
CMYK
RGB Variations
Color information
#6336FF (or 0x6336FF) is known color: Han Purple. HEX triplet: 63, 36 and FF. RGB value is (99,54,255). Sum of RGB (Red+Green+Blue) = 99+54+255=408 (54% of max value = 765). Red value is 99 (39.06% from 255 or 24.26% from 408); Green value is 54 (21.48% from 255 or 13.24% from 408); Blue value is 255 (100% from 255 or 62.5% from 408); Max value from RGB is 255 - color contains mainly: blue. Hex color #6336FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6336FF is #9CC900. Grayscale: #595959. Windows color (decimal): -10275073 or 16725603. OLE color: 16725603.
HSL color Cylindrical-coordinate representation of color #6336FF: hue angle of 253.43º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6336FF is Cyan = 0.61, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 99 | 54 | 255 | - |
| CMYK | 0.61 | 0.79 | 0 | 0 |
| HSL | 253.43º | 1% | 0.61% | - |
| HSV(B) | 253.43º | 0.79% | 1% | - |
| XYZ | 24.51 | 12.51 | 95.73 | - |
| YUV | 90.37 | 220.91 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 54 | 255 | 0.61 | 0.79 | 0 | 0 | 253.43 | 1 | 0.61 |
| Hex | 63 | 36 | FF | 3D | 4F | 0 | 0 | FD | 64 | 3D |
| Octal | 143 | 66 | 377 | 75 | 117 | 0 | 0 | 375 | 144 | 75 |
| Binary | 1100011 | 110110 | 11111111 | 111101 | 1001111 | 0 | 0 | 11111101 | 1100100 | 111101 |
Color Harmonies of #6336FF
Complementary color
Monochromatic Colors of #6336FF
Black with #6336FF
Text Example
Text Example
White with #6336FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6336FF; }
p { color: rgb(99,54,255); }
H1.HeaderClassName
{
color: #6336FF;
}
.AnyTagClassName
{
color: #6336FF;
}
</style>
background-color css
<style>
a { background-color: #6336FF; }
a { background-color: rgb(99,54,255); }
div.DivClassName
{
background-color: #6336FF;
}
.BgClassName
{
background-color: #6336FF;
}
</style>
border-color css
<style>
span { border-color: #6336FF; }
span { border-color: rgb(99,54,255); }
td.TdClassName
{
border-color: #6336FF;
}
.TagClassName
{
border-color: #6336FF;
}
</style>