Shades of Han Purple #6432FF
Tints of Han Purple #6432FF
RGB
CMYK
RGB Variations
Color information
#6432FF (or 0x6432FF) is known color: Han Purple. HEX triplet: 64, 32 and FF. RGB value is (100,50,255). Sum of RGB (Red+Green+Blue) = 100+50+255=405 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.69% from 405); Green value is 50 (19.92% from 255 or 12.35% from 405); Blue value is 255 (100% from 255 or 62.96% from 405); Max value from RGB is 255 - color contains mainly: blue. Hex color #6432FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6432FF is #9BCD00. Grayscale: #575757. Windows color (decimal): -10210561 or 16724580. OLE color: 16724580.
HSL color Cylindrical-coordinate representation of color #6432FF: hue angle of 254.63º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6432FF is Cyan = 0.61, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 50 | 255 | - |
| CMYK | 0.61 | 0.80 | 0 | 0 |
| HSL | 254.63º | 1% | 0.6% | - |
| HSV(B) | 254.63º | 0.8% | 1% | - |
| XYZ | 24.45 | 12.21 | 95.68 | - |
| YUV | 88.32 | 222.07 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 50 | 255 | 0.61 | 0.80 | 0 | 0 | 254.63 | 1 | 0.6 |
| Hex | 64 | 32 | FF | 3D | 50 | 0 | 0 | FF | 64 | 3C |
| Octal | 144 | 62 | 377 | 75 | 120 | 0 | 0 | 377 | 144 | 74 |
| Binary | 1100100 | 110010 | 11111111 | 111101 | 1010000 | 0 | 0 | 11111111 | 1100100 | 111100 |
Color Harmonies of #6432FF
Complementary color
Monochromatic Colors of #6432FF
Black with #6432FF
Text Example
Text Example
White with #6432FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6432FF; }
p { color: rgb(100,50,255); }
H1.HeaderClassName
{
color: #6432FF;
}
.AnyTagClassName
{
color: #6432FF;
}
</style>
background-color css
<style>
a { background-color: #6432FF; }
a { background-color: rgb(100,50,255); }
div.DivClassName
{
background-color: #6432FF;
}
.BgClassName
{
background-color: #6432FF;
}
</style>
border-color css
<style>
span { border-color: #6432FF; }
span { border-color: rgb(100,50,255); }
td.TdClassName
{
border-color: #6432FF;
}
.TagClassName
{
border-color: #6432FF;
}
</style>