Shades of Han Purple #6436FC
Tints of Han Purple #6436FC
RGB
CMYK
RGB Variations
Color information
#6436FC (or 0x6436FC) is known color: Han Purple. HEX triplet: 64, 36 and FC. RGB value is (100,54,252). Sum of RGB (Red+Green+Blue) = 100+54+252=406 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.63% from 406); Green value is 54 (21.48% from 255 or 13.30% from 406); Blue value is 252 (98.83% from 255 or 62.07% from 406); Max value from RGB is 252 - color contains mainly: blue. Hex color #6436FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6436FC is #9BC903. Grayscale: #595959. Windows color (decimal): -10209540 or 16528996. OLE color: 16528996.
HSL color Cylindrical-coordinate representation of color #6436FC: hue angle of 253.94º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6436FC is Cyan = 0.60, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 100 | 54 | 252 | - |
| CMYK | 0.60 | 0.79 | 0 | 0.01 |
| HSL | 253.94º | 0.97% | 0.6% | - |
| HSV(B) | 253.94º | 0.79% | 0.99% | - |
| XYZ | 24.15 | 12.38 | 93.21 | - |
| YUV | 90.33 | 219.24 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 54 | 252 | 0.60 | 0.79 | 0 | 0.01 | 253.94 | 0.97 | 0.6 |
| Hex | 64 | 36 | FC | 3C | 4F | 0 | 1 | FE | 61 | 3C |
| Octal | 144 | 66 | 374 | 74 | 117 | 0 | 1 | 376 | 141 | 74 |
| Binary | 1100100 | 110110 | 11111100 | 111100 | 1001111 | 0 | 1 | 11111110 | 1100001 | 111100 |
Color Harmonies of #6436FC
Complementary color
Monochromatic Colors of #6436FC
Black with #6436FC
Text Example
Text Example
White with #6436FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6436FC; }
p { color: rgb(100,54,252); }
H1.HeaderClassName
{
color: #6436FC;
}
.AnyTagClassName
{
color: #6436FC;
}
</style>
background-color css
<style>
a { background-color: #6436FC; }
a { background-color: rgb(100,54,252); }
div.DivClassName
{
background-color: #6436FC;
}
.BgClassName
{
background-color: #6436FC;
}
</style>
border-color css
<style>
span { border-color: #6436FC; }
span { border-color: rgb(100,54,252); }
td.TdClassName
{
border-color: #6436FC;
}
.TagClassName
{
border-color: #6436FC;
}
</style>