Shades of Han Purple #5633E5
Tints of Han Purple #5633E5
RGB
CMYK
RGB Variations
Color information
#5633E5 (or 0x5633E5) is known color: Han Purple. HEX triplet: 56, 33 and E5. RGB value is (86,51,229). Sum of RGB (Red+Green+Blue) = 86+51+229=366 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.50% from 366); Green value is 51 (20.31% from 255 or 13.93% from 366); Blue value is 229 (89.84% from 255 or 62.57% from 366); Max value from RGB is 229 - color contains mainly: blue. Hex color #5633E5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5633E5 is #A9CC1A. Grayscale: #515151. Windows color (decimal): -11127835 or 15020886. OLE color: 15020886.
HSL color Cylindrical-coordinate representation of color #5633E5: hue angle of 251.8º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5633E5 is Cyan = 0.62, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 86 | 51 | 229 | - |
| CMYK | 0.62 | 0.78 | 0 | 0.10 |
| HSL | 251.8º | 0.77% | 0.55% | - |
| HSV(B) | 251.8º | 0.78% | 0.9% | - |
| XYZ | 19.16 | 10 | 75.05 | - |
| YUV | 81.76 | 211.1 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 51 | 229 | 0.62 | 0.78 | 0 | 0.10 | 251.8 | 0.77 | 0.55 |
| Hex | 56 | 33 | E5 | 3E | 4E | 0 | A | FC | 4D | 37 |
| Octal | 126 | 63 | 345 | 76 | 116 | 0 | 12 | 374 | 115 | 67 |
| Binary | 1010110 | 110011 | 11100101 | 111110 | 1001110 | 0 | 1010 | 11111100 | 1001101 | 110111 |
Color Harmonies of #5633E5
Complementary color
Monochromatic Colors of #5633E5
Black with #5633E5
Text Example
Text Example
White with #5633E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5633E5; }
p { color: rgb(86,51,229); }
H1.HeaderClassName
{
color: #5633E5;
}
.AnyTagClassName
{
color: #5633E5;
}
</style>
background-color css
<style>
a { background-color: #5633E5; }
a { background-color: rgb(86,51,229); }
div.DivClassName
{
background-color: #5633E5;
}
.BgClassName
{
background-color: #5633E5;
}
</style>
border-color css
<style>
span { border-color: #5633E5; }
span { border-color: rgb(86,51,229); }
td.TdClassName
{
border-color: #5633E5;
}
.TagClassName
{
border-color: #5633E5;
}
</style>