Shades of Han Purple #6533EB
Tints of Han Purple #6533EB
RGB
CMYK
RGB Variations
Color information
#6533EB (or 0x6533EB) is known color: Han Purple. HEX triplet: 65, 33 and EB. RGB value is (101,51,235). Sum of RGB (Red+Green+Blue) = 101+51+235=387 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.10% from 387); Green value is 51 (20.31% from 255 or 13.18% from 387); Blue value is 235 (92.19% from 255 or 60.72% from 387); Max value from RGB is 235 - color contains mainly: blue. Hex color #6533EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6533EB is #9ACC14. Grayscale: #565656. Windows color (decimal): -10144789 or 15414117. OLE color: 15414117.
HSL color Cylindrical-coordinate representation of color #6533EB: hue angle of 256.3º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6533EB is Cyan = 0.57, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 101 | 51 | 235 | - |
| CMYK | 0.57 | 0.78 | 0 | 0.08 |
| HSL | 256.3º | 0.82% | 0.56% | - |
| HSV(B) | 256.3º | 0.78% | 0.92% | - |
| XYZ | 21.55 | 11.13 | 79.61 | - |
| YUV | 86.93 | 211.57 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 51 | 235 | 0.57 | 0.78 | 0 | 0.08 | 256.3 | 0.82 | 0.56 |
| Hex | 65 | 33 | EB | 39 | 4E | 0 | 8 | 100 | 52 | 38 |
| Octal | 145 | 63 | 353 | 71 | 116 | 0 | 10 | 400 | 122 | 70 |
| Binary | 1100101 | 110011 | 11101011 | 111001 | 1001110 | 0 | 1000 | 100000000 | 1010010 | 111000 |
Color Harmonies of #6533EB
Complementary color
Monochromatic Colors of #6533EB
Black with #6533EB
Text Example
Text Example
White with #6533EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6533EB; }
p { color: rgb(101,51,235); }
H1.HeaderClassName
{
color: #6533EB;
}
.AnyTagClassName
{
color: #6533EB;
}
</style>
background-color css
<style>
a { background-color: #6533EB; }
a { background-color: rgb(101,51,235); }
div.DivClassName
{
background-color: #6533EB;
}
.BgClassName
{
background-color: #6533EB;
}
</style>
border-color css
<style>
span { border-color: #6533EB; }
span { border-color: rgb(101,51,235); }
td.TdClassName
{
border-color: #6533EB;
}
.TagClassName
{
border-color: #6533EB;
}
</style>