Shades of Han Purple #5834FB
Tints of Han Purple #5834FB
RGB
CMYK
RGB Variations
Color information
#5834FB (or 0x5834FB) is known color: Han Purple. HEX triplet: 58, 34 and FB. RGB value is (88,52,251). Sum of RGB (Red+Green+Blue) = 88+52+251=391 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.51% from 391); Green value is 52 (20.70% from 255 or 13.30% from 391); Blue value is 251 (98.44% from 255 or 64.19% from 391); Max value from RGB is 251 - color contains mainly: blue. Hex color #5834FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5834FB is #A7CB04. Grayscale: #545454. Windows color (decimal): -10996485 or 16462936. OLE color: 16462936.
HSL color Cylindrical-coordinate representation of color #5834FB: hue angle of 250.85º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5834FB is Cyan = 0.65, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 88 | 52 | 251 | - |
| CMYK | 0.65 | 0.79 | 0 | 0.02 |
| HSL | 250.85º | 0.96% | 0.59% | - |
| HSV(B) | 250.85º | 0.79% | 0.98% | - |
| XYZ | 22.67 | 11.5 | 92.29 | - |
| YUV | 85.45 | 221.43 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 52 | 251 | 0.65 | 0.79 | 0 | 0.02 | 250.85 | 0.96 | 0.59 |
| Hex | 58 | 34 | FB | 41 | 4F | 0 | 2 | FB | 60 | 3B |
| Octal | 130 | 64 | 373 | 101 | 117 | 0 | 2 | 373 | 140 | 73 |
| Binary | 1011000 | 110100 | 11111011 | 1000001 | 1001111 | 0 | 10 | 11111011 | 1100000 | 111011 |
Color Harmonies of #5834FB
Complementary color
Monochromatic Colors of #5834FB
Black with #5834FB
Text Example
Text Example
White with #5834FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5834FB; }
p { color: rgb(88,52,251); }
H1.HeaderClassName
{
color: #5834FB;
}
.AnyTagClassName
{
color: #5834FB;
}
</style>
background-color css
<style>
a { background-color: #5834FB; }
a { background-color: rgb(88,52,251); }
div.DivClassName
{
background-color: #5834FB;
}
.BgClassName
{
background-color: #5834FB;
}
</style>
border-color css
<style>
span { border-color: #5834FB; }
span { border-color: rgb(88,52,251); }
td.TdClassName
{
border-color: #5834FB;
}
.TagClassName
{
border-color: #5834FB;
}
</style>