Shades of Han Purple #6336FB
Tints of Han Purple #6336FB
RGB
CMYK
RGB Variations
Color information
#6336FB (or 0x6336FB) is known color: Han Purple. HEX triplet: 63, 36 and FB. RGB value is (99,54,251). Sum of RGB (Red+Green+Blue) = 99+54+251=404 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.50% from 404); Green value is 54 (21.48% from 255 or 13.37% from 404); Blue value is 251 (98.44% from 255 or 62.13% from 404); Max value from RGB is 251 - color contains mainly: blue. Hex color #6336FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6336FB is #9CC904. Grayscale: #595959. Windows color (decimal): -10275077 or 16463459. OLE color: 16463459.
HSL color Cylindrical-coordinate representation of color #6336FB: hue angle of 253.71º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6336FB is Cyan = 0.61, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 99 | 54 | 251 | - |
| CMYK | 0.61 | 0.78 | 0 | 0.02 |
| HSL | 253.71º | 0.96% | 0.6% | - |
| HSV(B) | 253.71º | 0.78% | 0.98% | - |
| XYZ | 23.88 | 12.26 | 92.37 | - |
| YUV | 89.91 | 218.91 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 54 | 251 | 0.61 | 0.78 | 0 | 0.02 | 253.71 | 0.96 | 0.6 |
| Hex | 63 | 36 | FB | 3D | 4E | 0 | 2 | FE | 60 | 3C |
| Octal | 143 | 66 | 373 | 75 | 116 | 0 | 2 | 376 | 140 | 74 |
| Binary | 1100011 | 110110 | 11111011 | 111101 | 1001110 | 0 | 10 | 11111110 | 1100000 | 111100 |
Color Harmonies of #6336FB
Complementary color
Monochromatic Colors of #6336FB
Black with #6336FB
Text Example
Text Example
White with #6336FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6336FB; }
p { color: rgb(99,54,251); }
H1.HeaderClassName
{
color: #6336FB;
}
.AnyTagClassName
{
color: #6336FB;
}
</style>
background-color css
<style>
a { background-color: #6336FB; }
a { background-color: rgb(99,54,251); }
div.DivClassName
{
background-color: #6336FB;
}
.BgClassName
{
background-color: #6336FB;
}
</style>
border-color css
<style>
span { border-color: #6336FB; }
span { border-color: rgb(99,54,251); }
td.TdClassName
{
border-color: #6336FB;
}
.TagClassName
{
border-color: #6336FB;
}
</style>