Shades of Han Purple #6522EC
Tints of Han Purple #6522EC
RGB
CMYK
RGB Variations
Color information
#6522EC (or 0x6522EC) is known color: Han Purple. HEX triplet: 65, 22 and EC. RGB value is (101,34,236). Sum of RGB (Red+Green+Blue) = 101+34+236=371 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.22% from 371); Green value is 34 (13.67% from 255 or 9.16% from 371); Blue value is 236 (92.58% from 255 or 63.61% from 371); Max value from RGB is 236 - color contains mainly: blue. Hex color #6522EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6522EC is #9ADD13. Grayscale: #4C4C4C. Windows color (decimal): -10149140 or 15475301. OLE color: 15475301.
HSL color Cylindrical-coordinate representation of color #6522EC: hue angle of 259.9º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6522EC is Cyan = 0.57, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 34 | 236 | - |
| CMYK | 0.57 | 0.86 | 0 | 0.07 |
| HSL | 259.9º | 0.84% | 0.53% | - |
| HSV(B) | 259.9º | 0.86% | 0.93% | - |
| XYZ | 21.08 | 9.97 | 80.17 | - |
| YUV | 77.06 | 217.7 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 34 | 236 | 0.57 | 0.86 | 0 | 0.07 | 259.9 | 0.84 | 0.53 |
| Hex | 65 | 22 | EC | 39 | 56 | 0 | 7 | 104 | 54 | 35 |
| Octal | 145 | 42 | 354 | 71 | 126 | 0 | 7 | 404 | 124 | 65 |
| Binary | 1100101 | 100010 | 11101100 | 111001 | 1010110 | 0 | 111 | 100000100 | 1010100 | 110101 |
Color Harmonies of #6522EC
Complementary color
Monochromatic Colors of #6522EC
Black with #6522EC
Text Example
Text Example
White with #6522EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6522EC; }
p { color: rgb(101,34,236); }
H1.HeaderClassName
{
color: #6522EC;
}
.AnyTagClassName
{
color: #6522EC;
}
</style>
background-color css
<style>
a { background-color: #6522EC; }
a { background-color: rgb(101,34,236); }
div.DivClassName
{
background-color: #6522EC;
}
.BgClassName
{
background-color: #6522EC;
}
</style>
border-color css
<style>
span { border-color: #6522EC; }
span { border-color: rgb(101,34,236); }
td.TdClassName
{
border-color: #6522EC;
}
.TagClassName
{
border-color: #6522EC;
}
</style>