Shades of Han Purple #6532FE
Tints of Han Purple #6532FE
RGB
CMYK
RGB Variations
Color information
#6532FE (or 0x6532FE) is known color: Han Purple. HEX triplet: 65, 32 and FE. RGB value is (101,50,254). Sum of RGB (Red+Green+Blue) = 101+50+254=405 (53% of max value = 765). Red value is 101 (39.84% from 255 or 24.94% from 405); Green value is 50 (19.92% from 255 or 12.35% from 405); Blue value is 254 (99.61% from 255 or 62.72% from 405); Max value from RGB is 254 - color contains mainly: blue. Hex color #6532FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6532FE is #9ACD01. Grayscale: #575757. Windows color (decimal): -10145026 or 16659045. OLE color: 16659045.
HSL color Cylindrical-coordinate representation of color #6532FE: hue angle of 255º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6532FE is Cyan = 0.60, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 101 | 50 | 254 | - |
| CMYK | 0.60 | 0.80 | 0 | 0.00 |
| HSL | 255º | 0.99% | 0.6% | - |
| HSV(B) | 255º | 0.8% | 1% | - |
| XYZ | 24.4 | 12.2 | 94.84 | - |
| YUV | 88.51 | 221.4 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 50 | 254 | 0.60 | 0.80 | 0 | 0.00 | 255 | 0.99 | 0.6 |
| Hex | 65 | 32 | FE | 3C | 50 | 0 | 0 | FF | 63 | 3C |
| Octal | 145 | 62 | 376 | 74 | 120 | 0 | 0 | 377 | 143 | 74 |
| Binary | 1100101 | 110010 | 11111110 | 111100 | 1010000 | 0 | 0 | 11111111 | 1100011 | 111100 |
Color Harmonies of #6532FE
Complementary color
Monochromatic Colors of #6532FE
Black with #6532FE
Text Example
Text Example
White with #6532FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6532FE; }
p { color: rgb(101,50,254); }
H1.HeaderClassName
{
color: #6532FE;
}
.AnyTagClassName
{
color: #6532FE;
}
</style>
background-color css
<style>
a { background-color: #6532FE; }
a { background-color: rgb(101,50,254); }
div.DivClassName
{
background-color: #6532FE;
}
.BgClassName
{
background-color: #6532FE;
}
</style>
border-color css
<style>
span { border-color: #6532FE; }
span { border-color: rgb(101,50,254); }
td.TdClassName
{
border-color: #6532FE;
}
.TagClassName
{
border-color: #6532FE;
}
</style>