Shades of Han Purple #6533EA
Tints of Han Purple #6533EA
RGB
CMYK
RGB Variations
Color information
#6533EA (or 0x6533EA) is known color: Han Purple. HEX triplet: 65, 33 and EA. RGB value is (101,51,234). Sum of RGB (Red+Green+Blue) = 101+51+234=386 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.17% from 386); Green value is 51 (20.31% from 255 or 13.21% from 386); Blue value is 234 (91.80% from 255 or 60.62% from 386); Max value from RGB is 234 - color contains mainly: blue. Hex color #6533EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6533EA is #9ACC15. Grayscale: #565656. Windows color (decimal): -10144790 or 15348581. OLE color: 15348581.
HSL color Cylindrical-coordinate representation of color #6533EA: hue angle of 256.39º degrees, saturation: 0.81, 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 #6533EA is Cyan = 0.57, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 101 | 51 | 234 | - |
| CMYK | 0.57 | 0.78 | 0 | 0.08 |
| HSL | 256.39º | 0.81% | 0.56% | - |
| HSV(B) | 256.39º | 0.78% | 0.92% | - |
| XYZ | 21.4 | 11.07 | 78.85 | - |
| YUV | 86.81 | 211.07 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 51 | 234 | 0.57 | 0.78 | 0 | 0.08 | 256.39 | 0.81 | 0.56 |
| Hex | 65 | 33 | EA | 39 | 4E | 0 | 8 | 100 | 51 | 38 |
| Octal | 145 | 63 | 352 | 71 | 116 | 0 | 10 | 400 | 121 | 70 |
| Binary | 1100101 | 110011 | 11101010 | 111001 | 1001110 | 0 | 1000 | 100000000 | 1010001 | 111000 |
Color Harmonies of #6533EA
Complementary color
Monochromatic Colors of #6533EA
Black with #6533EA
Text Example
Text Example
White with #6533EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6533EA; }
p { color: rgb(101,51,234); }
H1.HeaderClassName
{
color: #6533EA;
}
.AnyTagClassName
{
color: #6533EA;
}
</style>
background-color css
<style>
a { background-color: #6533EA; }
a { background-color: rgb(101,51,234); }
div.DivClassName
{
background-color: #6533EA;
}
.BgClassName
{
background-color: #6533EA;
}
</style>
border-color css
<style>
span { border-color: #6533EA; }
span { border-color: rgb(101,51,234); }
td.TdClassName
{
border-color: #6533EA;
}
.TagClassName
{
border-color: #6533EA;
}
</style>