Shades of Han Purple #5821FE
Tints of Han Purple #5821FE
RGB
CMYK
RGB Variations
Color information
#5821FE (or 0x5821FE) is known color: Han Purple. HEX triplet: 58, 21 and FE. RGB value is (88,33,254). Sum of RGB (Red+Green+Blue) = 88+33+254=375 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.47% from 375); Green value is 33 (13.28% from 255 or 8.8% from 375); Blue value is 254 (99.61% from 255 or 67.73% from 375); Max value from RGB is 254 - color contains mainly: blue. Hex color #5821FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5821FE is #A7DE01. Grayscale: #494949. Windows color (decimal): -11001346 or 16654680. OLE color: 16654680.
HSL color Cylindrical-coordinate representation of color #5821FE: hue angle of 254.93º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5821FE is Cyan = 0.65, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 88 | 33 | 254 | - |
| CMYK | 0.65 | 0.87 | 0 | 0.00 |
| HSL | 254.93º | 0.99% | 0.56% | - |
| HSV(B) | 254.93º | 0.87% | 1% | - |
| XYZ | 22.46 | 10.32 | 94.57 | - |
| YUV | 74.64 | 229.22 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 33 | 254 | 0.65 | 0.87 | 0 | 0.00 | 254.93 | 0.99 | 0.56 |
| Hex | 58 | 21 | FE | 41 | 57 | 0 | 0 | FF | 63 | 38 |
| Octal | 130 | 41 | 376 | 101 | 127 | 0 | 0 | 377 | 143 | 70 |
| Binary | 1011000 | 100001 | 11111110 | 1000001 | 1010111 | 0 | 0 | 11111111 | 1100011 | 111000 |
Color Harmonies of #5821FE
Complementary color
Monochromatic Colors of #5821FE
Black with #5821FE
Text Example
Text Example
White with #5821FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5821FE; }
p { color: rgb(88,33,254); }
H1.HeaderClassName
{
color: #5821FE;
}
.AnyTagClassName
{
color: #5821FE;
}
</style>
background-color css
<style>
a { background-color: #5821FE; }
a { background-color: rgb(88,33,254); }
div.DivClassName
{
background-color: #5821FE;
}
.BgClassName
{
background-color: #5821FE;
}
</style>
border-color css
<style>
span { border-color: #5821FE; }
span { border-color: rgb(88,33,254); }
td.TdClassName
{
border-color: #5821FE;
}
.TagClassName
{
border-color: #5821FE;
}
</style>