Shades of Han Purple #580FF5
Tints of Han Purple #580FF5
RGB
CMYK
RGB Variations
Color information
#580FF5 (or 0x580FF5) is known color: Han Purple. HEX triplet: 58, 0F and F5. RGB value is (88,15,245). Sum of RGB (Red+Green+Blue) = 88+15+245=348 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.29% from 348); Green value is 15 (6.25% from 255 or 4.31% from 348); Blue value is 245 (96.09% from 255 or 70.40% from 348); Max value from RGB is 245 - color contains mainly: blue. Hex color #580FF5 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #580FF5 is #A7F00A. Grayscale: #3E3E3E. Windows color (decimal): -11005963 or 16060248. OLE color: 16060248.
HSL color Cylindrical-coordinate representation of color #580FF5: hue angle of 259.04º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #580FF5 is Cyan = 0.64, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 88 | 15 | 245 | - |
| CMYK | 0.64 | 0.94 | 0 | 0.04 |
| HSL | 259.04º | 0.92% | 0.51% | - |
| HSV(B) | 259.04º | 0.94% | 0.96% | - |
| XYZ | 20.68 | 9.01 | 87.04 | - |
| YUV | 63.05 | 230.68 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 15 | 245 | 0.64 | 0.94 | 0 | 0.04 | 259.04 | 0.92 | 0.51 |
| Hex | 58 | F | F5 | 40 | 5E | 0 | 4 | 103 | 5C | 33 |
| Octal | 130 | 17 | 365 | 100 | 136 | 0 | 4 | 403 | 134 | 63 |
| Binary | 1011000 | 1111 | 11110101 | 1000000 | 1011110 | 0 | 100 | 100000011 | 1011100 | 110011 |
Color Harmonies of #580FF5
Complementary color
Monochromatic Colors of #580FF5
Black with #580FF5
Text Example
Text Example
White with #580FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580FF5; }
p { color: rgb(88,15,245); }
H1.HeaderClassName
{
color: #580FF5;
}
.AnyTagClassName
{
color: #580FF5;
}
</style>
background-color css
<style>
a { background-color: #580FF5; }
a { background-color: rgb(88,15,245); }
div.DivClassName
{
background-color: #580FF5;
}
.BgClassName
{
background-color: #580FF5;
}
</style>
border-color css
<style>
span { border-color: #580FF5; }
span { border-color: rgb(88,15,245); }
td.TdClassName
{
border-color: #580FF5;
}
.TagClassName
{
border-color: #580FF5;
}
</style>