Shades of Han Purple #6522EF
Tints of Han Purple #6522EF
RGB
CMYK
RGB Variations
Color information
#6522EF (or 0x6522EF) is known color: Han Purple. HEX triplet: 65, 22 and EF. RGB value is (101,34,239). Sum of RGB (Red+Green+Blue) = 101+34+239=374 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.01% from 374); Green value is 34 (13.67% from 255 or 9.09% from 374); Blue value is 239 (93.75% from 255 or 63.90% from 374); Max value from RGB is 239 - color contains mainly: blue. Hex color #6522EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6522EF is #9ADD10. Grayscale: #4C4C4C. Windows color (decimal): -10149137 or 15671909. OLE color: 15671909.
HSL color Cylindrical-coordinate representation of color #6522EF: hue angle of 259.61º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6522EF is Cyan = 0.58, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 101 | 34 | 239 | - |
| CMYK | 0.58 | 0.86 | 0 | 0.06 |
| HSL | 259.61º | 0.86% | 0.54% | - |
| HSV(B) | 259.61º | 0.86% | 0.94% | - |
| XYZ | 21.52 | 10.14 | 82.48 | - |
| YUV | 77.4 | 219.2 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 34 | 239 | 0.58 | 0.86 | 0 | 0.06 | 259.61 | 0.86 | 0.54 |
| Hex | 65 | 22 | EF | 3A | 56 | 0 | 6 | 104 | 56 | 36 |
| Octal | 145 | 42 | 357 | 72 | 126 | 0 | 6 | 404 | 126 | 66 |
| Binary | 1100101 | 100010 | 11101111 | 111010 | 1010110 | 0 | 110 | 100000100 | 1010110 | 110110 |
Color Harmonies of #6522EF
Complementary color
Monochromatic Colors of #6522EF
Black with #6522EF
Text Example
Text Example
White with #6522EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6522EF; }
p { color: rgb(101,34,239); }
H1.HeaderClassName
{
color: #6522EF;
}
.AnyTagClassName
{
color: #6522EF;
}
</style>
background-color css
<style>
a { background-color: #6522EF; }
a { background-color: rgb(101,34,239); }
div.DivClassName
{
background-color: #6522EF;
}
.BgClassName
{
background-color: #6522EF;
}
</style>
border-color css
<style>
span { border-color: #6522EF; }
span { border-color: rgb(101,34,239); }
td.TdClassName
{
border-color: #6522EF;
}
.TagClassName
{
border-color: #6522EF;
}
</style>