Shades of Han Purple #6538EC
Tints of Han Purple #6538EC
RGB
CMYK
RGB Variations
Color information
#6538EC (or 0x6538EC) is known color: Han Purple. HEX triplet: 65, 38 and EC. RGB value is (101,56,236). Sum of RGB (Red+Green+Blue) = 101+56+236=393 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.70% from 393); Green value is 56 (22.27% from 255 or 14.25% from 393); Blue value is 236 (92.58% from 255 or 60.05% from 393); Max value from RGB is 236 - color contains mainly: blue. Hex color #6538EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6538EC is #9AC713. Grayscale: #595959. Windows color (decimal): -10143508 or 15480933. OLE color: 15480933.
HSL color Cylindrical-coordinate representation of color #6538EC: hue angle of 255º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6538EC is Cyan = 0.57, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 56 | 236 | - |
| CMYK | 0.57 | 0.76 | 0 | 0.07 |
| HSL | 255º | 0.83% | 0.57% | - |
| HSV(B) | 255º | 0.76% | 0.93% | - |
| XYZ | 21.92 | 11.65 | 80.45 | - |
| YUV | 89.98 | 210.41 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 56 | 236 | 0.57 | 0.76 | 0 | 0.07 | 255 | 0.83 | 0.57 |
| Hex | 65 | 38 | EC | 39 | 4C | 0 | 7 | FF | 53 | 39 |
| Octal | 145 | 70 | 354 | 71 | 114 | 0 | 7 | 377 | 123 | 71 |
| Binary | 1100101 | 111000 | 11101100 | 111001 | 1001100 | 0 | 111 | 11111111 | 1010011 | 111001 |
Color Harmonies of #6538EC
Complementary color
Monochromatic Colors of #6538EC
Black with #6538EC
Text Example
Text Example
White with #6538EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6538EC; }
p { color: rgb(101,56,236); }
H1.HeaderClassName
{
color: #6538EC;
}
.AnyTagClassName
{
color: #6538EC;
}
</style>
background-color css
<style>
a { background-color: #6538EC; }
a { background-color: rgb(101,56,236); }
div.DivClassName
{
background-color: #6538EC;
}
.BgClassName
{
background-color: #6538EC;
}
</style>
border-color css
<style>
span { border-color: #6538EC; }
span { border-color: rgb(101,56,236); }
td.TdClassName
{
border-color: #6538EC;
}
.TagClassName
{
border-color: #6538EC;
}
</style>