Shades of Han Purple #5A32F3
Tints of Han Purple #5A32F3
RGB
CMYK
RGB Variations
Color information
#5A32F3 (or 0x5A32F3) is known color: Han Purple. HEX triplet: 5A, 32 and F3. RGB value is (90,50,243). Sum of RGB (Red+Green+Blue) = 90+50+243=383 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.50% from 383); Green value is 50 (19.92% from 255 or 13.05% from 383); Blue value is 243 (95.31% from 255 or 63.45% from 383); Max value from RGB is 243 - color contains mainly: blue. Hex color #5A32F3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5A32F3 is #A5CD0C. Grayscale: #535353. Windows color (decimal): -10865933 or 15938138. OLE color: 15938138.
HSL color Cylindrical-coordinate representation of color #5A32F3: hue angle of 252.44º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5A32F3 is Cyan = 0.63, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 90 | 50 | 243 | - |
| CMYK | 0.63 | 0.79 | 0 | 0.05 |
| HSL | 252.44º | 0.89% | 0.57% | - |
| HSV(B) | 252.44º | 0.79% | 0.95% | - |
| XYZ | 21.53 | 10.93 | 85.77 | - |
| YUV | 83.96 | 217.75 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 50 | 243 | 0.63 | 0.79 | 0 | 0.05 | 252.44 | 0.89 | 0.57 |
| Hex | 5A | 32 | F3 | 3F | 4F | 0 | 5 | FC | 59 | 39 |
| Octal | 132 | 62 | 363 | 77 | 117 | 0 | 5 | 374 | 131 | 71 |
| Binary | 1011010 | 110010 | 11110011 | 111111 | 1001111 | 0 | 101 | 11111100 | 1011001 | 111001 |
Color Harmonies of #5A32F3
Complementary color
Monochromatic Colors of #5A32F3
Black with #5A32F3
Text Example
Text Example
White with #5A32F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A32F3; }
p { color: rgb(90,50,243); }
H1.HeaderClassName
{
color: #5A32F3;
}
.AnyTagClassName
{
color: #5A32F3;
}
</style>
background-color css
<style>
a { background-color: #5A32F3; }
a { background-color: rgb(90,50,243); }
div.DivClassName
{
background-color: #5A32F3;
}
.BgClassName
{
background-color: #5A32F3;
}
</style>
border-color css
<style>
span { border-color: #5A32F3; }
span { border-color: rgb(90,50,243); }
td.TdClassName
{
border-color: #5A32F3;
}
.TagClassName
{
border-color: #5A32F3;
}
</style>