Shades of Han Purple #6522ED
Tints of Han Purple #6522ED
RGB
CMYK
RGB Variations
Color information
#6522ED (or 0x6522ED) is known color: Han Purple. HEX triplet: 65, 22 and ED. RGB value is (101,34,237). Sum of RGB (Red+Green+Blue) = 101+34+237=372 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.15% from 372); Green value is 34 (13.67% from 255 or 9.14% from 372); Blue value is 237 (92.97% from 255 or 63.71% from 372); Max value from RGB is 237 - color contains mainly: blue. Hex color #6522ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6522ED is #9ADD12. Grayscale: #4C4C4C. Windows color (decimal): -10149139 or 15540837. OLE color: 15540837.
HSL color Cylindrical-coordinate representation of color #6522ED: hue angle of 259.8º degrees, saturation: 0.85, 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 #6522ED is Cyan = 0.57, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 34 | 237 | - |
| CMYK | 0.57 | 0.86 | 0 | 0.07 |
| HSL | 259.8º | 0.85% | 0.53% | - |
| HSV(B) | 259.8º | 0.86% | 0.93% | - |
| XYZ | 21.22 | 10.03 | 80.94 | - |
| YUV | 77.18 | 218.2 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 34 | 237 | 0.57 | 0.86 | 0 | 0.07 | 259.8 | 0.85 | 0.53 |
| Hex | 65 | 22 | ED | 39 | 56 | 0 | 7 | 104 | 55 | 35 |
| Octal | 145 | 42 | 355 | 71 | 126 | 0 | 7 | 404 | 125 | 65 |
| Binary | 1100101 | 100010 | 11101101 | 111001 | 1010110 | 0 | 111 | 100000100 | 1010101 | 110101 |
Color Harmonies of #6522ED
Complementary color
Monochromatic Colors of #6522ED
Black with #6522ED
Text Example
Text Example
White with #6522ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6522ED; }
p { color: rgb(101,34,237); }
H1.HeaderClassName
{
color: #6522ED;
}
.AnyTagClassName
{
color: #6522ED;
}
</style>
background-color css
<style>
a { background-color: #6522ED; }
a { background-color: rgb(101,34,237); }
div.DivClassName
{
background-color: #6522ED;
}
.BgClassName
{
background-color: #6522ED;
}
</style>
border-color css
<style>
span { border-color: #6522ED; }
span { border-color: rgb(101,34,237); }
td.TdClassName
{
border-color: #6522ED;
}
.TagClassName
{
border-color: #6522ED;
}
</style>