Shades of Han Purple #6533ED
Tints of Han Purple #6533ED
RGB
CMYK
RGB Variations
Color information
#6533ED (or 0x6533ED) is known color: Han Purple. HEX triplet: 65, 33 and ED. RGB value is (101,51,237). Sum of RGB (Red+Green+Blue) = 101+51+237=389 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.96% from 389); Green value is 51 (20.31% from 255 or 13.11% from 389); Blue value is 237 (92.97% from 255 or 60.93% from 389); Max value from RGB is 237 - color contains mainly: blue. Hex color #6533ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6533ED is #9ACC12. Grayscale: #565656. Windows color (decimal): -10144787 or 15545189. OLE color: 15545189.
HSL color Cylindrical-coordinate representation of color #6533ED: hue angle of 256.13º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6533ED is Cyan = 0.57, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 51 | 237 | - |
| CMYK | 0.57 | 0.78 | 0 | 0.07 |
| HSL | 256.13º | 0.84% | 0.56% | - |
| HSV(B) | 256.13º | 0.78% | 0.93% | - |
| XYZ | 21.84 | 11.25 | 81.14 | - |
| YUV | 87.15 | 212.57 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 51 | 237 | 0.57 | 0.78 | 0 | 0.07 | 256.13 | 0.84 | 0.56 |
| Hex | 65 | 33 | ED | 39 | 4E | 0 | 7 | 100 | 54 | 38 |
| Octal | 145 | 63 | 355 | 71 | 116 | 0 | 7 | 400 | 124 | 70 |
| Binary | 1100101 | 110011 | 11101101 | 111001 | 1001110 | 0 | 111 | 100000000 | 1010100 | 111000 |
Color Harmonies of #6533ED
Complementary color
Monochromatic Colors of #6533ED
Black with #6533ED
Text Example
Text Example
White with #6533ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6533ED; }
p { color: rgb(101,51,237); }
H1.HeaderClassName
{
color: #6533ED;
}
.AnyTagClassName
{
color: #6533ED;
}
</style>
background-color css
<style>
a { background-color: #6533ED; }
a { background-color: rgb(101,51,237); }
div.DivClassName
{
background-color: #6533ED;
}
.BgClassName
{
background-color: #6533ED;
}
</style>
border-color css
<style>
span { border-color: #6533ED; }
span { border-color: rgb(101,51,237); }
td.TdClassName
{
border-color: #6533ED;
}
.TagClassName
{
border-color: #6533ED;
}
</style>