Shades of Han Purple #5826F7
Tints of Han Purple #5826F7
RGB
CMYK
RGB Variations
Color information
#5826F7 (or 0x5826F7) is known color: Han Purple. HEX triplet: 58, 26 and F7. RGB value is (88,38,247). Sum of RGB (Red+Green+Blue) = 88+38+247=373 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.59% from 373); Green value is 38 (15.23% from 255 or 10.19% from 373); Blue value is 247 (96.88% from 255 or 66.22% from 373); Max value from RGB is 247 - color contains mainly: blue. Hex color #5826F7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5826F7 is #A7D908. Grayscale: #4B4B4B. Windows color (decimal): -11000073 or 16197208. OLE color: 16197208.
HSL color Cylindrical-coordinate representation of color #5826F7: hue angle of 254.35º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5826F7 is Cyan = 0.64, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 88 | 38 | 247 | - |
| CMYK | 0.64 | 0.85 | 0 | 0.03 |
| HSL | 254.35º | 0.93% | 0.56% | - |
| HSV(B) | 254.35º | 0.85% | 0.97% | - |
| XYZ | 21.51 | 10.18 | 88.83 | - |
| YUV | 76.78 | 224.07 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 38 | 247 | 0.64 | 0.85 | 0 | 0.03 | 254.35 | 0.93 | 0.56 |
| Hex | 58 | 26 | F7 | 40 | 55 | 0 | 3 | FE | 5D | 38 |
| Octal | 130 | 46 | 367 | 100 | 125 | 0 | 3 | 376 | 135 | 70 |
| Binary | 1011000 | 100110 | 11110111 | 1000000 | 1010101 | 0 | 11 | 11111110 | 1011101 | 111000 |
Color Harmonies of #5826F7
Complementary color
Monochromatic Colors of #5826F7
Black with #5826F7
Text Example
Text Example
White with #5826F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5826F7; }
p { color: rgb(88,38,247); }
H1.HeaderClassName
{
color: #5826F7;
}
.AnyTagClassName
{
color: #5826F7;
}
</style>
background-color css
<style>
a { background-color: #5826F7; }
a { background-color: rgb(88,38,247); }
div.DivClassName
{
background-color: #5826F7;
}
.BgClassName
{
background-color: #5826F7;
}
</style>
border-color css
<style>
span { border-color: #5826F7; }
span { border-color: rgb(88,38,247); }
td.TdClassName
{
border-color: #5826F7;
}
.TagClassName
{
border-color: #5826F7;
}
</style>