Shades of Han Purple #6435FB
Tints of Han Purple #6435FB
RGB
CMYK
RGB Variations
Color information
#6435FB (or 0x6435FB) is known color: Han Purple. HEX triplet: 64, 35 and FB. RGB value is (100,53,251). Sum of RGB (Red+Green+Blue) = 100+53+251=404 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.75% from 404); Green value is 53 (21.09% from 255 or 13.12% 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 #6435FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6435FB is #9BCA04. Grayscale: #585858. Windows color (decimal): -10209797 or 16463204. OLE color: 16463204.
HSL color Cylindrical-coordinate representation of color #6435FB: hue angle of 254.24º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6435FB is Cyan = 0.60, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 53 | 251 | - |
| CMYK | 0.60 | 0.79 | 0 | 0.02 |
| HSL | 254.24º | 0.96% | 0.6% | - |
| HSV(B) | 254.24º | 0.79% | 0.98% | - |
| XYZ | 23.94 | 12.22 | 92.36 | - |
| YUV | 89.63 | 219.07 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 53 | 251 | 0.60 | 0.79 | 0 | 0.02 | 254.24 | 0.96 | 0.6 |
| Hex | 64 | 35 | FB | 3C | 4F | 0 | 2 | FE | 60 | 3C |
| Octal | 144 | 65 | 373 | 74 | 117 | 0 | 2 | 376 | 140 | 74 |
| Binary | 1100100 | 110101 | 11111011 | 111100 | 1001111 | 0 | 10 | 11111110 | 1100000 | 111100 |
Color Harmonies of #6435FB
Complementary color
Monochromatic Colors of #6435FB
Black with #6435FB
Text Example
Text Example
White with #6435FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6435FB; }
p { color: rgb(100,53,251); }
H1.HeaderClassName
{
color: #6435FB;
}
.AnyTagClassName
{
color: #6435FB;
}
</style>
background-color css
<style>
a { background-color: #6435FB; }
a { background-color: rgb(100,53,251); }
div.DivClassName
{
background-color: #6435FB;
}
.BgClassName
{
background-color: #6435FB;
}
</style>
border-color css
<style>
span { border-color: #6435FB; }
span { border-color: rgb(100,53,251); }
td.TdClassName
{
border-color: #6435FB;
}
.TagClassName
{
border-color: #6435FB;
}
</style>