Shades of Han Purple #6537ED
Tints of Han Purple #6537ED
RGB
CMYK
RGB Variations
Color information
#6537ED (or 0x6537ED) is known color: Han Purple. HEX triplet: 65, 37 and ED. RGB value is (101,55,237). Sum of RGB (Red+Green+Blue) = 101+55+237=393 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.70% from 393); Green value is 55 (21.88% from 255 or 13.99% from 393); Blue value is 237 (92.97% from 255 or 60.31% from 393); Max value from RGB is 237 - color contains mainly: blue. Hex color #6537ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6537ED is #9AC812. Grayscale: #585858. Windows color (decimal): -10143763 or 15546213. OLE color: 15546213.
HSL color Cylindrical-coordinate representation of color #6537ED: hue angle of 255.16º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6537ED is Cyan = 0.57, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 55 | 237 | - |
| CMYK | 0.57 | 0.77 | 0 | 0.07 |
| HSL | 255.16º | 0.83% | 0.57% | - |
| HSV(B) | 255.16º | 0.77% | 0.93% | - |
| XYZ | 22.02 | 11.61 | 81.2 | - |
| YUV | 89.5 | 211.24 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 55 | 237 | 0.57 | 0.77 | 0 | 0.07 | 255.16 | 0.83 | 0.57 |
| Hex | 65 | 37 | ED | 39 | 4D | 0 | 7 | FF | 53 | 39 |
| Octal | 145 | 67 | 355 | 71 | 115 | 0 | 7 | 377 | 123 | 71 |
| Binary | 1100101 | 110111 | 11101101 | 111001 | 1001101 | 0 | 111 | 11111111 | 1010011 | 111001 |
Color Harmonies of #6537ED
Complementary color
Monochromatic Colors of #6537ED
Black with #6537ED
Text Example
Text Example
White with #6537ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6537ED; }
p { color: rgb(101,55,237); }
H1.HeaderClassName
{
color: #6537ED;
}
.AnyTagClassName
{
color: #6537ED;
}
</style>
background-color css
<style>
a { background-color: #6537ED; }
a { background-color: rgb(101,55,237); }
div.DivClassName
{
background-color: #6537ED;
}
.BgClassName
{
background-color: #6537ED;
}
</style>
border-color css
<style>
span { border-color: #6537ED; }
span { border-color: rgb(101,55,237); }
td.TdClassName
{
border-color: #6537ED;
}
.TagClassName
{
border-color: #6537ED;
}
</style>