Shades of Han Purple #6533EF
Tints of Han Purple #6533EF
RGB
CMYK
RGB Variations
Color information
#6533EF (or 0x6533EF) is known color: Han Purple. HEX triplet: 65, 33 and EF. RGB value is (101,51,239). Sum of RGB (Red+Green+Blue) = 101+51+239=391 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.83% from 391); Green value is 51 (20.31% from 255 or 13.04% from 391); Blue value is 239 (93.75% from 255 or 61.13% from 391); Max value from RGB is 239 - color contains mainly: blue. Hex color #6533EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6533EF is #9ACC10. Grayscale: #565656. Windows color (decimal): -10144785 or 15676261. OLE color: 15676261.
HSL color Cylindrical-coordinate representation of color #6533EF: hue angle of 255.96º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6533EF is Cyan = 0.58, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 101 | 51 | 239 | - |
| CMYK | 0.58 | 0.79 | 0 | 0.06 |
| HSL | 255.96º | 0.85% | 0.57% | - |
| HSV(B) | 255.96º | 0.79% | 0.94% | - |
| XYZ | 22.13 | 11.37 | 82.69 | - |
| YUV | 87.38 | 213.57 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 51 | 239 | 0.58 | 0.79 | 0 | 0.06 | 255.96 | 0.85 | 0.57 |
| Hex | 65 | 33 | EF | 3A | 4F | 0 | 6 | 100 | 55 | 39 |
| Octal | 145 | 63 | 357 | 72 | 117 | 0 | 6 | 400 | 125 | 71 |
| Binary | 1100101 | 110011 | 11101111 | 111010 | 1001111 | 0 | 110 | 100000000 | 1010101 | 111001 |
Color Harmonies of #6533EF
Complementary color
Monochromatic Colors of #6533EF
Black with #6533EF
Text Example
Text Example
White with #6533EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6533EF; }
p { color: rgb(101,51,239); }
H1.HeaderClassName
{
color: #6533EF;
}
.AnyTagClassName
{
color: #6533EF;
}
</style>
background-color css
<style>
a { background-color: #6533EF; }
a { background-color: rgb(101,51,239); }
div.DivClassName
{
background-color: #6533EF;
}
.BgClassName
{
background-color: #6533EF;
}
</style>
border-color css
<style>
span { border-color: #6533EF; }
span { border-color: rgb(101,51,239); }
td.TdClassName
{
border-color: #6533EF;
}
.TagClassName
{
border-color: #6533EF;
}
</style>