Shades of Han Purple #580CF1
Tints of Han Purple #580CF1
RGB
CMYK
RGB Variations
Color information
#580CF1 (or 0x580CF1) is known color: Han Purple. HEX triplet: 58, 0C and F1. RGB value is (88,12,241). Sum of RGB (Red+Green+Blue) = 88+12+241=341 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.81% from 341); Green value is 12 (5.08% from 255 or 3.52% from 341); Blue value is 241 (94.53% from 255 or 70.67% from 341); Max value from RGB is 241 - color contains mainly: blue. Hex color #580CF1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #580CF1 is #A7F30E. Grayscale: #3B3B3B. Windows color (decimal): -11006735 or 15797336. OLE color: 15797336.
HSL color Cylindrical-coordinate representation of color #580CF1: hue angle of 259.91º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #580CF1 is Cyan = 0.63, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 88 | 12 | 241 | - |
| CMYK | 0.63 | 0.95 | 0 | 0.05 |
| HSL | 259.91º | 0.91% | 0.5% | - |
| HSV(B) | 259.91º | 0.95% | 0.95% | - |
| XYZ | 20.03 | 8.69 | 83.84 | - |
| YUV | 60.83 | 229.68 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 12 | 241 | 0.63 | 0.95 | 0 | 0.05 | 259.91 | 0.91 | 0.5 |
| Hex | 58 | C | F1 | 3F | 5F | 0 | 5 | 104 | 5B | 32 |
| Octal | 130 | 14 | 361 | 77 | 137 | 0 | 5 | 404 | 133 | 62 |
| Binary | 1011000 | 1100 | 11110001 | 111111 | 1011111 | 0 | 101 | 100000100 | 1011011 | 110010 |
Color Harmonies of #580CF1
Complementary color
Monochromatic Colors of #580CF1
Black with #580CF1
Text Example
Text Example
White with #580CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580CF1; }
p { color: rgb(88,12,241); }
H1.HeaderClassName
{
color: #580CF1;
}
.AnyTagClassName
{
color: #580CF1;
}
</style>
background-color css
<style>
a { background-color: #580CF1; }
a { background-color: rgb(88,12,241); }
div.DivClassName
{
background-color: #580CF1;
}
.BgClassName
{
background-color: #580CF1;
}
</style>
border-color css
<style>
span { border-color: #580CF1; }
span { border-color: rgb(88,12,241); }
td.TdClassName
{
border-color: #580CF1;
}
.TagClassName
{
border-color: #580CF1;
}
</style>