Shades of Han Purple #6528EB
Tints of Han Purple #6528EB
RGB
CMYK
RGB Variations
Color information
#6528EB (or 0x6528EB) is known color: Han Purple. HEX triplet: 65, 28 and EB. RGB value is (101,40,235). Sum of RGB (Red+Green+Blue) = 101+40+235=376 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.86% from 376); Green value is 40 (16.02% from 255 or 10.64% from 376); Blue value is 235 (92.19% from 255 or 62.5% from 376); Max value from RGB is 235 - color contains mainly: blue. Hex color #6528EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6528EB is #9AD714. Grayscale: #4F4F4F. Windows color (decimal): -10147605 or 15411301. OLE color: 15411301.
HSL color Cylindrical-coordinate representation of color #6528EB: hue angle of 258.77º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6528EB is Cyan = 0.57, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 101 | 40 | 235 | - |
| CMYK | 0.57 | 0.83 | 0 | 0.08 |
| HSL | 258.77º | 0.83% | 0.54% | - |
| HSV(B) | 258.77º | 0.83% | 0.92% | - |
| XYZ | 21.12 | 10.28 | 79.47 | - |
| YUV | 80.47 | 215.21 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 40 | 235 | 0.57 | 0.83 | 0 | 0.08 | 258.77 | 0.83 | 0.54 |
| Hex | 65 | 28 | EB | 39 | 53 | 0 | 8 | 103 | 53 | 36 |
| Octal | 145 | 50 | 353 | 71 | 123 | 0 | 10 | 403 | 123 | 66 |
| Binary | 1100101 | 101000 | 11101011 | 111001 | 1010011 | 0 | 1000 | 100000011 | 1010011 | 110110 |
Color Harmonies of #6528EB
Complementary color
Monochromatic Colors of #6528EB
Black with #6528EB
Text Example
Text Example
White with #6528EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6528EB; }
p { color: rgb(101,40,235); }
H1.HeaderClassName
{
color: #6528EB;
}
.AnyTagClassName
{
color: #6528EB;
}
</style>
background-color css
<style>
a { background-color: #6528EB; }
a { background-color: rgb(101,40,235); }
div.DivClassName
{
background-color: #6528EB;
}
.BgClassName
{
background-color: #6528EB;
}
</style>
border-color css
<style>
span { border-color: #6528EB; }
span { border-color: rgb(101,40,235); }
td.TdClassName
{
border-color: #6528EB;
}
.TagClassName
{
border-color: #6528EB;
}
</style>