Shades of Han Purple #6520EB
Tints of Han Purple #6520EB
RGB
CMYK
RGB Variations
Color information
#6520EB (or 0x6520EB) is known color: Han Purple. HEX triplet: 65, 20 and EB. RGB value is (101,32,235). Sum of RGB (Red+Green+Blue) = 101+32+235=368 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.45% from 368); Green value is 32 (12.89% from 255 or 8.70% from 368); Blue value is 235 (92.19% from 255 or 63.86% from 368); Max value from RGB is 235 - color contains mainly: blue. Hex color #6520EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6520EB is #9ADF14. Grayscale: #4B4B4B. Windows color (decimal): -10149653 or 15409253. OLE color: 15409253.
HSL color Cylindrical-coordinate representation of color #6520EB: hue angle of 260.39º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6520EB is Cyan = 0.57, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 101 | 32 | 235 | - |
| CMYK | 0.57 | 0.86 | 0 | 0.08 |
| HSL | 260.39º | 0.84% | 0.52% | - |
| HSV(B) | 260.39º | 0.86% | 0.92% | - |
| XYZ | 20.88 | 9.8 | 79.39 | - |
| YUV | 75.77 | 217.86 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 32 | 235 | 0.57 | 0.86 | 0 | 0.08 | 260.39 | 0.84 | 0.52 |
| Hex | 65 | 20 | EB | 39 | 56 | 0 | 8 | 104 | 54 | 34 |
| Octal | 145 | 40 | 353 | 71 | 126 | 0 | 10 | 404 | 124 | 64 |
| Binary | 1100101 | 100000 | 11101011 | 111001 | 1010110 | 0 | 1000 | 100000100 | 1010100 | 110100 |
Color Harmonies of #6520EB
Complementary color
Monochromatic Colors of #6520EB
Black with #6520EB
Text Example
Text Example
White with #6520EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6520EB; }
p { color: rgb(101,32,235); }
H1.HeaderClassName
{
color: #6520EB;
}
.AnyTagClassName
{
color: #6520EB;
}
</style>
background-color css
<style>
a { background-color: #6520EB; }
a { background-color: rgb(101,32,235); }
div.DivClassName
{
background-color: #6520EB;
}
.BgClassName
{
background-color: #6520EB;
}
</style>
border-color css
<style>
span { border-color: #6520EB; }
span { border-color: rgb(101,32,235); }
td.TdClassName
{
border-color: #6520EB;
}
.TagClassName
{
border-color: #6520EB;
}
</style>