Shades of Han Purple #5926F6
Tints of Han Purple #5926F6
RGB
CMYK
RGB Variations
Color information
#5926F6 (or 0x5926F6) is known color: Han Purple. HEX triplet: 59, 26 and F6. RGB value is (89,38,246). Sum of RGB (Red+Green+Blue) = 89+38+246=373 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.86% from 373); Green value is 38 (15.23% from 255 or 10.19% from 373); Blue value is 246 (96.48% from 255 or 65.95% from 373); Max value from RGB is 246 - color contains mainly: blue. Hex color #5926F6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5926F6 is #A6D909. Grayscale: #4C4C4C. Windows color (decimal): -10934538 or 16131673. OLE color: 16131673.
HSL color Cylindrical-coordinate representation of color #5926F6: hue angle of 254.71º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5926F6 is Cyan = 0.64, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 89 | 38 | 246 | - |
| CMYK | 0.64 | 0.85 | 0 | 0.04 |
| HSL | 254.71º | 0.92% | 0.56% | - |
| HSV(B) | 254.71º | 0.85% | 0.96% | - |
| XYZ | 21.45 | 10.16 | 88.02 | - |
| YUV | 76.96 | 223.4 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 38 | 246 | 0.64 | 0.85 | 0 | 0.04 | 254.71 | 0.92 | 0.56 |
| Hex | 59 | 26 | F6 | 40 | 55 | 0 | 4 | FF | 5C | 38 |
| Octal | 131 | 46 | 366 | 100 | 125 | 0 | 4 | 377 | 134 | 70 |
| Binary | 1011001 | 100110 | 11110110 | 1000000 | 1010101 | 0 | 100 | 11111111 | 1011100 | 111000 |
Color Harmonies of #5926F6
Complementary color
Monochromatic Colors of #5926F6
Black with #5926F6
Text Example
Text Example
White with #5926F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5926F6; }
p { color: rgb(89,38,246); }
H1.HeaderClassName
{
color: #5926F6;
}
.AnyTagClassName
{
color: #5926F6;
}
</style>
background-color css
<style>
a { background-color: #5926F6; }
a { background-color: rgb(89,38,246); }
div.DivClassName
{
background-color: #5926F6;
}
.BgClassName
{
background-color: #5926F6;
}
</style>
border-color css
<style>
span { border-color: #5926F6; }
span { border-color: rgb(89,38,246); }
td.TdClassName
{
border-color: #5926F6;
}
.TagClassName
{
border-color: #5926F6;
}
</style>