Shades of Han Purple #6532EF
Tints of Han Purple #6532EF
RGB
CMYK
RGB Variations
Color information
#6532EF (or 0x6532EF) is known color: Han Purple. HEX triplet: 65, 32 and EF. RGB value is (101,50,239). Sum of RGB (Red+Green+Blue) = 101+50+239=390 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.90% from 390); Green value is 50 (19.92% from 255 or 12.82% from 390); Blue value is 239 (93.75% from 255 or 61.28% from 390); Max value from RGB is 239 - color contains mainly: blue. Hex color #6532EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6532EF is #9ACD10. Grayscale: #565656. Windows color (decimal): -10145041 or 15676005. OLE color: 15676005.
HSL color Cylindrical-coordinate representation of color #6532EF: hue angle of 256.19º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6532EF is Cyan = 0.58, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 101 | 50 | 239 | - |
| CMYK | 0.58 | 0.79 | 0 | 0.06 |
| HSL | 256.19º | 0.86% | 0.57% | - |
| HSV(B) | 256.19º | 0.79% | 0.94% | - |
| XYZ | 22.09 | 11.28 | 82.67 | - |
| YUV | 86.8 | 213.9 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 50 | 239 | 0.58 | 0.79 | 0 | 0.06 | 256.19 | 0.86 | 0.57 |
| Hex | 65 | 32 | EF | 3A | 4F | 0 | 6 | 100 | 56 | 39 |
| Octal | 145 | 62 | 357 | 72 | 117 | 0 | 6 | 400 | 126 | 71 |
| Binary | 1100101 | 110010 | 11101111 | 111010 | 1001111 | 0 | 110 | 100000000 | 1010110 | 111001 |
Color Harmonies of #6532EF
Complementary color
Monochromatic Colors of #6532EF
Black with #6532EF
Text Example
Text Example
White with #6532EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6532EF; }
p { color: rgb(101,50,239); }
H1.HeaderClassName
{
color: #6532EF;
}
.AnyTagClassName
{
color: #6532EF;
}
</style>
background-color css
<style>
a { background-color: #6532EF; }
a { background-color: rgb(101,50,239); }
div.DivClassName
{
background-color: #6532EF;
}
.BgClassName
{
background-color: #6532EF;
}
</style>
border-color css
<style>
span { border-color: #6532EF; }
span { border-color: rgb(101,50,239); }
td.TdClassName
{
border-color: #6532EF;
}
.TagClassName
{
border-color: #6532EF;
}
</style>