Shades of Han Purple #5833FE
Tints of Han Purple #5833FE
RGB
CMYK
RGB Variations
Color information
#5833FE (or 0x5833FE) is known color: Han Purple. HEX triplet: 58, 33 and FE. RGB value is (88,51,254). Sum of RGB (Red+Green+Blue) = 88+51+254=393 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.39% from 393); Green value is 51 (20.31% from 255 or 12.98% from 393); Blue value is 254 (99.61% from 255 or 64.63% from 393); Max value from RGB is 254 - color contains mainly: blue. Hex color #5833FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5833FE is #A7CC01. Grayscale: #545454. Windows color (decimal): -10996738 or 16659288. OLE color: 16659288.
HSL color Cylindrical-coordinate representation of color #5833FE: hue angle of 250.94º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5833FE is Cyan = 0.65, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 88 | 51 | 254 | - |
| CMYK | 0.65 | 0.80 | 0 | 0.00 |
| HSL | 250.94º | 0.99% | 0.6% | - |
| HSV(B) | 250.94º | 0.8% | 1% | - |
| XYZ | 23.1 | 11.6 | 94.79 | - |
| YUV | 85.21 | 223.26 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 51 | 254 | 0.65 | 0.80 | 0 | 0.00 | 250.94 | 0.99 | 0.6 |
| Hex | 58 | 33 | FE | 41 | 50 | 0 | 0 | FB | 63 | 3C |
| Octal | 130 | 63 | 376 | 101 | 120 | 0 | 0 | 373 | 143 | 74 |
| Binary | 1011000 | 110011 | 11111110 | 1000001 | 1010000 | 0 | 0 | 11111011 | 1100011 | 111100 |
Color Harmonies of #5833FE
Complementary color
Monochromatic Colors of #5833FE
Black with #5833FE
Text Example
Text Example
White with #5833FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5833FE; }
p { color: rgb(88,51,254); }
H1.HeaderClassName
{
color: #5833FE;
}
.AnyTagClassName
{
color: #5833FE;
}
</style>
background-color css
<style>
a { background-color: #5833FE; }
a { background-color: rgb(88,51,254); }
div.DivClassName
{
background-color: #5833FE;
}
.BgClassName
{
background-color: #5833FE;
}
</style>
border-color css
<style>
span { border-color: #5833FE; }
span { border-color: rgb(88,51,254); }
td.TdClassName
{
border-color: #5833FE;
}
.TagClassName
{
border-color: #5833FE;
}
</style>