Shades of Han Purple #580CFA
Tints of Han Purple #580CFA
RGB
CMYK
RGB Variations
Color information
#580CFA (or 0x580CFA) is known color: Han Purple. HEX triplet: 58, 0C and FA. RGB value is (88,12,250). Sum of RGB (Red+Green+Blue) = 88+12+250=350 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.14% from 350); Green value is 12 (5.08% from 255 or 3.43% from 350); Blue value is 250 (98.05% from 255 or 71.43% from 350); Max value from RGB is 250 - color contains mainly: blue. Hex color #580CFA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #580CFA is #A7F305. Grayscale: #3C3C3C. Windows color (decimal): -11006726 or 16387160. OLE color: 16387160.
HSL color Cylindrical-coordinate representation of color #580CFA: hue angle of 259.16º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #580CFA is Cyan = 0.65, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 88 | 12 | 250 | - |
| CMYK | 0.65 | 0.95 | 0 | 0.02 |
| HSL | 259.16º | 0.96% | 0.51% | - |
| HSV(B) | 259.16º | 0.95% | 0.98% | - |
| XYZ | 21.41 | 9.24 | 91.1 | - |
| YUV | 61.86 | 234.18 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 12 | 250 | 0.65 | 0.95 | 0 | 0.02 | 259.16 | 0.96 | 0.51 |
| Hex | 58 | C | FA | 41 | 5F | 0 | 2 | 103 | 60 | 33 |
| Octal | 130 | 14 | 372 | 101 | 137 | 0 | 2 | 403 | 140 | 63 |
| Binary | 1011000 | 1100 | 11111010 | 1000001 | 1011111 | 0 | 10 | 100000011 | 1100000 | 110011 |
Color Harmonies of #580CFA
Complementary color
Monochromatic Colors of #580CFA
Black with #580CFA
Text Example
Text Example
White with #580CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580CFA; }
p { color: rgb(88,12,250); }
H1.HeaderClassName
{
color: #580CFA;
}
.AnyTagClassName
{
color: #580CFA;
}
</style>
background-color css
<style>
a { background-color: #580CFA; }
a { background-color: rgb(88,12,250); }
div.DivClassName
{
background-color: #580CFA;
}
.BgClassName
{
background-color: #580CFA;
}
</style>
border-color css
<style>
span { border-color: #580CFA; }
span { border-color: rgb(88,12,250); }
td.TdClassName
{
border-color: #580CFA;
}
.TagClassName
{
border-color: #580CFA;
}
</style>