Shades of Han Purple #580FF1
Tints of Han Purple #580FF1
RGB
CMYK
RGB Variations
Color information
#580FF1 (or 0x580FF1) is known color: Han Purple. HEX triplet: 58, 0F and F1. RGB value is (88,15,241). Sum of RGB (Red+Green+Blue) = 88+15+241=344 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.58% from 344); Green value is 15 (6.25% from 255 or 4.36% from 344); Blue value is 241 (94.53% from 255 or 70.06% from 344); Max value from RGB is 241 - color contains mainly: blue. Hex color #580FF1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #580FF1 is #A7F00E. Grayscale: #3D3D3D. Windows color (decimal): -11005967 or 15798104. OLE color: 15798104.
HSL color Cylindrical-coordinate representation of color #580FF1: hue angle of 259.38º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #580FF1 is Cyan = 0.63, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 88 | 15 | 241 | - |
| CMYK | 0.63 | 0.94 | 0 | 0.05 |
| HSL | 259.38º | 0.89% | 0.5% | - |
| HSV(B) | 259.38º | 0.94% | 0.95% | - |
| XYZ | 20.07 | 8.77 | 83.85 | - |
| YUV | 62.59 | 228.68 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 15 | 241 | 0.63 | 0.94 | 0 | 0.05 | 259.38 | 0.89 | 0.5 |
| Hex | 58 | F | F1 | 3F | 5E | 0 | 5 | 103 | 59 | 32 |
| Octal | 130 | 17 | 361 | 77 | 136 | 0 | 5 | 403 | 131 | 62 |
| Binary | 1011000 | 1111 | 11110001 | 111111 | 1011110 | 0 | 101 | 100000011 | 1011001 | 110010 |
Color Harmonies of #580FF1
Complementary color
Monochromatic Colors of #580FF1
Black with #580FF1
Text Example
Text Example
White with #580FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580FF1; }
p { color: rgb(88,15,241); }
H1.HeaderClassName
{
color: #580FF1;
}
.AnyTagClassName
{
color: #580FF1;
}
</style>
background-color css
<style>
a { background-color: #580FF1; }
a { background-color: rgb(88,15,241); }
div.DivClassName
{
background-color: #580FF1;
}
.BgClassName
{
background-color: #580FF1;
}
</style>
border-color css
<style>
span { border-color: #580FF1; }
span { border-color: rgb(88,15,241); }
td.TdClassName
{
border-color: #580FF1;
}
.TagClassName
{
border-color: #580FF1;
}
</style>