Shades of Han Purple #5809F3
Tints of Han Purple #5809F3
RGB
CMYK
RGB Variations
Color information
#5809F3 (or 0x5809F3) is known color: Han Purple. HEX triplet: 58, 09 and F3. RGB value is (88,9,243). Sum of RGB (Red+Green+Blue) = 88+9+243=340 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.88% from 340); Green value is 9 (3.91% from 255 or 2.65% from 340); Blue value is 243 (95.31% from 255 or 71.47% from 340); Max value from RGB is 243 - color contains mainly: blue. Hex color #5809F3 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5809F3 is #A7F60C. Grayscale: #3A3A3A. Windows color (decimal): -11007501 or 15927640. OLE color: 15927640.
HSL color Cylindrical-coordinate representation of color #5809F3: hue angle of 260.26º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5809F3 is Cyan = 0.64, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 88 | 9 | 243 | - |
| CMYK | 0.64 | 0.96 | 0 | 0.05 |
| HSL | 260.26º | 0.93% | 0.49% | - |
| HSV(B) | 260.26º | 0.96% | 0.95% | - |
| XYZ | 20.3 | 8.74 | 85.41 | - |
| YUV | 59.3 | 231.67 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 9 | 243 | 0.64 | 0.96 | 0 | 0.05 | 260.26 | 0.93 | 0.49 |
| Hex | 58 | 9 | F3 | 40 | 60 | 0 | 5 | 104 | 5D | 31 |
| Octal | 130 | 11 | 363 | 100 | 140 | 0 | 5 | 404 | 135 | 61 |
| Binary | 1011000 | 1001 | 11110011 | 1000000 | 1100000 | 0 | 101 | 100000100 | 1011101 | 110001 |
Color Harmonies of #5809F3
Complementary color
Monochromatic Colors of #5809F3
Black with #5809F3
Text Example
Text Example
White with #5809F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5809F3; }
p { color: rgb(88,9,243); }
H1.HeaderClassName
{
color: #5809F3;
}
.AnyTagClassName
{
color: #5809F3;
}
</style>
background-color css
<style>
a { background-color: #5809F3; }
a { background-color: rgb(88,9,243); }
div.DivClassName
{
background-color: #5809F3;
}
.BgClassName
{
background-color: #5809F3;
}
</style>
border-color css
<style>
span { border-color: #5809F3; }
span { border-color: rgb(88,9,243); }
td.TdClassName
{
border-color: #5809F3;
}
.TagClassName
{
border-color: #5809F3;
}
</style>