Shades of Han Purple #5433FA
Tints of Han Purple #5433FA
RGB
CMYK
RGB Variations
Color information
#5433FA (or 0x5433FA) is known color: Han Purple. HEX triplet: 54, 33 and FA. RGB value is (84,51,250). Sum of RGB (Red+Green+Blue) = 84+51+250=385 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.82% from 385); Green value is 51 (20.31% from 255 or 13.25% from 385); Blue value is 250 (98.05% from 255 or 64.94% from 385); Max value from RGB is 250 - color contains mainly: blue. Hex color #5433FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5433FA is #ABCC05. Grayscale: #525252. Windows color (decimal): -11258886 or 16397140. OLE color: 16397140.
HSL color Cylindrical-coordinate representation of color #5433FA: hue angle of 249.95º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5433FA is Cyan = 0.66, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 84 | 51 | 250 | - |
| CMYK | 0.66 | 0.80 | 0 | 0.02 |
| HSL | 249.95º | 0.95% | 0.59% | - |
| HSV(B) | 249.95º | 0.8% | 0.98% | - |
| XYZ | 22.1 | 11.15 | 91.43 | - |
| YUV | 83.55 | 221.93 | 128.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 51 | 250 | 0.66 | 0.80 | 0 | 0.02 | 249.95 | 0.95 | 0.59 |
| Hex | 54 | 33 | FA | 42 | 50 | 0 | 2 | FA | 5F | 3B |
| Octal | 124 | 63 | 372 | 102 | 120 | 0 | 2 | 372 | 137 | 73 |
| Binary | 1010100 | 110011 | 11111010 | 1000010 | 1010000 | 0 | 10 | 11111010 | 1011111 | 111011 |
Color Harmonies of #5433FA
Complementary color
Monochromatic Colors of #5433FA
Black with #5433FA
Text Example
Text Example
White with #5433FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5433FA; }
p { color: rgb(84,51,250); }
H1.HeaderClassName
{
color: #5433FA;
}
.AnyTagClassName
{
color: #5433FA;
}
</style>
background-color css
<style>
a { background-color: #5433FA; }
a { background-color: rgb(84,51,250); }
div.DivClassName
{
background-color: #5433FA;
}
.BgClassName
{
background-color: #5433FA;
}
</style>
border-color css
<style>
span { border-color: #5433FA; }
span { border-color: rgb(84,51,250); }
td.TdClassName
{
border-color: #5433FA;
}
.TagClassName
{
border-color: #5433FA;
}
</style>