Shades of Han Purple #5826FF
Tints of Han Purple #5826FF
RGB
CMYK
RGB Variations
Color information
#5826FF (or 0x5826FF) is known color: Han Purple. HEX triplet: 58, 26 and FF. RGB value is (88,38,255). Sum of RGB (Red+Green+Blue) = 88+38+255=381 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.10% from 381); Green value is 38 (15.23% from 255 or 9.97% from 381); Blue value is 255 (100% from 255 or 66.93% from 381); Max value from RGB is 255 - color contains mainly: blue. Hex color #5826FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5826FF is #A7D900. Grayscale: #4C4C4C. Windows color (decimal): -11000065 or 16721496. OLE color: 16721496.
HSL color Cylindrical-coordinate representation of color #5826FF: hue angle of 253.82º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5826FF is Cyan = 0.65, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 88 | 38 | 255 | - |
| CMYK | 0.65 | 0.85 | 0 | 0 |
| HSL | 253.82º | 1% | 0.57% | - |
| HSV(B) | 253.82º | 0.85% | 1% | - |
| XYZ | 22.77 | 10.68 | 95.47 | - |
| YUV | 77.69 | 228.07 | 135.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 38 | 255 | 0.65 | 0.85 | 0 | 0 | 253.82 | 1 | 0.57 |
| Hex | 58 | 26 | FF | 41 | 55 | 0 | 0 | FE | 64 | 39 |
| Octal | 130 | 46 | 377 | 101 | 125 | 0 | 0 | 376 | 144 | 71 |
| Binary | 1011000 | 100110 | 11111111 | 1000001 | 1010101 | 0 | 0 | 11111110 | 1100100 | 111001 |
Color Harmonies of #5826FF
Complementary color
Monochromatic Colors of #5826FF
Black with #5826FF
Text Example
Text Example
White with #5826FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5826FF; }
p { color: rgb(88,38,255); }
H1.HeaderClassName
{
color: #5826FF;
}
.AnyTagClassName
{
color: #5826FF;
}
</style>
background-color css
<style>
a { background-color: #5826FF; }
a { background-color: rgb(88,38,255); }
div.DivClassName
{
background-color: #5826FF;
}
.BgClassName
{
background-color: #5826FF;
}
</style>
border-color css
<style>
span { border-color: #5826FF; }
span { border-color: rgb(88,38,255); }
td.TdClassName
{
border-color: #5826FF;
}
.TagClassName
{
border-color: #5826FF;
}
</style>