Shades of Han Purple #5A34FD
Tints of Han Purple #5A34FD
RGB
CMYK
RGB Variations
Color information
#5A34FD (or 0x5A34FD) is known color: Han Purple. HEX triplet: 5A, 34 and FD. RGB value is (90,52,253). Sum of RGB (Red+Green+Blue) = 90+52+253=395 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.78% from 395); Green value is 52 (20.70% from 255 or 13.16% from 395); Blue value is 253 (99.22% from 255 or 64.05% from 395); Max value from RGB is 253 - color contains mainly: blue. Hex color #5A34FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5A34FD is #A5CB02. Grayscale: #555555. Windows color (decimal): -10865411 or 16594010. OLE color: 16594010.
HSL color Cylindrical-coordinate representation of color #5A34FD: hue angle of 251.34º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5A34FD is Cyan = 0.64, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 90 | 52 | 253 | - |
| CMYK | 0.64 | 0.79 | 0 | 0.01 |
| HSL | 251.34º | 0.98% | 0.6% | - |
| HSV(B) | 251.34º | 0.79% | 0.99% | - |
| XYZ | 23.17 | 11.72 | 93.97 | - |
| YUV | 86.28 | 222.09 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 52 | 253 | 0.64 | 0.79 | 0 | 0.01 | 251.34 | 0.98 | 0.6 |
| Hex | 5A | 34 | FD | 40 | 4F | 0 | 1 | FB | 62 | 3C |
| Octal | 132 | 64 | 375 | 100 | 117 | 0 | 1 | 373 | 142 | 74 |
| Binary | 1011010 | 110100 | 11111101 | 1000000 | 1001111 | 0 | 1 | 11111011 | 1100010 | 111100 |
Color Harmonies of #5A34FD
Complementary color
Monochromatic Colors of #5A34FD
Black with #5A34FD
Text Example
Text Example
White with #5A34FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A34FD; }
p { color: rgb(90,52,253); }
H1.HeaderClassName
{
color: #5A34FD;
}
.AnyTagClassName
{
color: #5A34FD;
}
</style>
background-color css
<style>
a { background-color: #5A34FD; }
a { background-color: rgb(90,52,253); }
div.DivClassName
{
background-color: #5A34FD;
}
.BgClassName
{
background-color: #5A34FD;
}
</style>
border-color css
<style>
span { border-color: #5A34FD; }
span { border-color: rgb(90,52,253); }
td.TdClassName
{
border-color: #5A34FD;
}
.TagClassName
{
border-color: #5A34FD;
}
</style>