Shades of Han Purple #580ADE
Tints of Han Purple #580ADE
RGB
CMYK
RGB Variations
Color information
#580ADE (or 0x580ADE) is known color: Han Purple. HEX triplet: 58, 0A and DE. RGB value is (88,10,222). Sum of RGB (Red+Green+Blue) = 88+10+222=320 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.5% from 320); Green value is 10 (4.30% from 255 or 3.12% from 320); Blue value is 222 (87.11% from 255 or 69.38% from 320); Max value from RGB is 222 - color contains mainly: blue. Hex color #580ADE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #580ADE is #A7F521. Grayscale: #383838. Windows color (decimal): -11007266 or 14551640. OLE color: 14551640.
HSL color Cylindrical-coordinate representation of color #580ADE: hue angle of 262.08º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #580ADE is Cyan = 0.60, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 88 | 10 | 222 | - |
| CMYK | 0.60 | 0.95 | 0 | 0.13 |
| HSL | 262.08º | 0.91% | 0.45% | - |
| HSV(B) | 262.08º | 0.95% | 0.87% | - |
| XYZ | 17.32 | 7.57 | 69.65 | - |
| YUV | 57.49 | 220.84 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 10 | 222 | 0.60 | 0.95 | 0 | 0.13 | 262.08 | 0.91 | 0.45 |
| Hex | 58 | A | DE | 3C | 5F | 0 | D | 106 | 5B | 2D |
| Octal | 130 | 12 | 336 | 74 | 137 | 0 | 15 | 406 | 133 | 55 |
| Binary | 1011000 | 1010 | 11011110 | 111100 | 1011111 | 0 | 1101 | 100000110 | 1011011 | 101101 |
Color Harmonies of #580ADE
Complementary color
Monochromatic Colors of #580ADE
Black with #580ADE
Text Example
Text Example
White with #580ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580ADE; }
p { color: rgb(88,10,222); }
H1.HeaderClassName
{
color: #580ADE;
}
.AnyTagClassName
{
color: #580ADE;
}
</style>
background-color css
<style>
a { background-color: #580ADE; }
a { background-color: rgb(88,10,222); }
div.DivClassName
{
background-color: #580ADE;
}
.BgClassName
{
background-color: #580ADE;
}
</style>
border-color css
<style>
span { border-color: #580ADE; }
span { border-color: rgb(88,10,222); }
td.TdClassName
{
border-color: #580ADE;
}
.TagClassName
{
border-color: #580ADE;
}
</style>