Shades of Han Purple #580ADC
Tints of Han Purple #580ADC
RGB
CMYK
RGB Variations
Color information
#580ADC (or 0x580ADC) is known color: Han Purple. HEX triplet: 58, 0A and DC. RGB value is (88,10,220). Sum of RGB (Red+Green+Blue) = 88+10+220=318 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.67% from 318); Green value is 10 (4.30% from 255 or 3.14% from 318); Blue value is 220 (86.33% from 255 or 69.18% from 318); Max value from RGB is 220 - color contains mainly: blue. Hex color #580ADC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #580ADC is #A7F523. Grayscale: #383838. Windows color (decimal): -11007268 or 14420568. OLE color: 14420568.
HSL color Cylindrical-coordinate representation of color #580ADC: hue angle of 262.29º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #580ADC is Cyan = 0.6, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 88 | 10 | 220 | - |
| CMYK | 0.6 | 0.95 | 0 | 0.14 |
| HSL | 262.29º | 0.91% | 0.45% | - |
| HSV(B) | 262.29º | 0.95% | 0.86% | - |
| XYZ | 17.05 | 7.46 | 68.25 | - |
| YUV | 57.26 | 219.84 | 149.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 10 | 220 | 0.6 | 0.95 | 0 | 0.14 | 262.29 | 0.91 | 0.45 |
| Hex | 58 | A | DC | 3C | 5F | 0 | E | 106 | 5B | 2D |
| Octal | 130 | 12 | 334 | 74 | 137 | 0 | 16 | 406 | 133 | 55 |
| Binary | 1011000 | 1010 | 11011100 | 111100 | 1011111 | 0 | 1110 | 100000110 | 1011011 | 101101 |
Color Harmonies of #580ADC
Complementary color
Monochromatic Colors of #580ADC
Black with #580ADC
Text Example
Text Example
White with #580ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580ADC; }
p { color: rgb(88,10,220); }
H1.HeaderClassName
{
color: #580ADC;
}
.AnyTagClassName
{
color: #580ADC;
}
</style>
background-color css
<style>
a { background-color: #580ADC; }
a { background-color: rgb(88,10,220); }
div.DivClassName
{
background-color: #580ADC;
}
.BgClassName
{
background-color: #580ADC;
}
</style>
border-color css
<style>
span { border-color: #580ADC; }
span { border-color: rgb(88,10,220); }
td.TdClassName
{
border-color: #580ADC;
}
.TagClassName
{
border-color: #580ADC;
}
</style>