Shades of Han Purple #5A33FD
Tints of Han Purple #5A33FD
RGB
CMYK
RGB Variations
Color information
#5A33FD (or 0x5A33FD) is known color: Han Purple. HEX triplet: 5A, 33 and FD. RGB value is (90,51,253). Sum of RGB (Red+Green+Blue) = 90+51+253=394 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.84% from 394); Green value is 51 (20.31% from 255 or 12.94% from 394); Blue value is 253 (99.22% from 255 or 64.21% from 394); Max value from RGB is 253 - color contains mainly: blue. Hex color #5A33FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5A33FD is #A5CC02. Grayscale: #545454. Windows color (decimal): -10865667 or 16593754. OLE color: 16593754.
HSL color Cylindrical-coordinate representation of color #5A33FD: hue angle of 251.58º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5A33FD is Cyan = 0.64, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 90 | 51 | 253 | - |
| CMYK | 0.64 | 0.80 | 0 | 0.01 |
| HSL | 251.58º | 0.98% | 0.6% | - |
| HSV(B) | 251.58º | 0.8% | 0.99% | - |
| XYZ | 23.13 | 11.63 | 93.95 | - |
| YUV | 85.69 | 222.42 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 51 | 253 | 0.64 | 0.80 | 0 | 0.01 | 251.58 | 0.98 | 0.6 |
| Hex | 5A | 33 | FD | 40 | 50 | 0 | 1 | FC | 62 | 3C |
| Octal | 132 | 63 | 375 | 100 | 120 | 0 | 1 | 374 | 142 | 74 |
| Binary | 1011010 | 110011 | 11111101 | 1000000 | 1010000 | 0 | 1 | 11111100 | 1100010 | 111100 |
Color Harmonies of #5A33FD
Complementary color
Monochromatic Colors of #5A33FD
Black with #5A33FD
Text Example
Text Example
White with #5A33FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A33FD; }
p { color: rgb(90,51,253); }
H1.HeaderClassName
{
color: #5A33FD;
}
.AnyTagClassName
{
color: #5A33FD;
}
</style>
background-color css
<style>
a { background-color: #5A33FD; }
a { background-color: rgb(90,51,253); }
div.DivClassName
{
background-color: #5A33FD;
}
.BgClassName
{
background-color: #5A33FD;
}
</style>
border-color css
<style>
span { border-color: #5A33FD; }
span { border-color: rgb(90,51,253); }
td.TdClassName
{
border-color: #5A33FD;
}
.TagClassName
{
border-color: #5A33FD;
}
</style>