Shades of Han Purple #580FDE
Tints of Han Purple #580FDE
RGB
CMYK
RGB Variations
Color information
#580FDE (or 0x580FDE) is known color: Han Purple. HEX triplet: 58, 0F and DE. RGB value is (88,15,222). Sum of RGB (Red+Green+Blue) = 88+15+222=325 (43% of max value = 765). Red value is 88 (34.77% from 255 or 27.08% from 325); Green value is 15 (6.25% from 255 or 4.62% from 325); Blue value is 222 (87.11% from 255 or 68.31% from 325); Max value from RGB is 222 - color contains mainly: blue. Hex color #580FDE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #580FDE is #A7F021. Grayscale: #3B3B3B. Windows color (decimal): -11005986 or 14552920. OLE color: 14552920.
HSL color Cylindrical-coordinate representation of color #580FDE: hue angle of 261.16º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #580FDE is Cyan = 0.60, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 88 | 15 | 222 | - |
| CMYK | 0.60 | 0.93 | 0 | 0.13 |
| HSL | 261.16º | 0.87% | 0.46% | - |
| HSV(B) | 261.16º | 0.93% | 0.87% | - |
| XYZ | 17.38 | 7.69 | 69.68 | - |
| YUV | 60.43 | 219.18 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 15 | 222 | 0.60 | 0.93 | 0 | 0.13 | 261.16 | 0.87 | 0.46 |
| Hex | 58 | F | DE | 3C | 5D | 0 | D | 105 | 57 | 2E |
| Octal | 130 | 17 | 336 | 74 | 135 | 0 | 15 | 405 | 127 | 56 |
| Binary | 1011000 | 1111 | 11011110 | 111100 | 1011101 | 0 | 1101 | 100000101 | 1010111 | 101110 |
Color Harmonies of #580FDE
Complementary color
Monochromatic Colors of #580FDE
Black with #580FDE
Text Example
Text Example
White with #580FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580FDE; }
p { color: rgb(88,15,222); }
H1.HeaderClassName
{
color: #580FDE;
}
.AnyTagClassName
{
color: #580FDE;
}
</style>
background-color css
<style>
a { background-color: #580FDE; }
a { background-color: rgb(88,15,222); }
div.DivClassName
{
background-color: #580FDE;
}
.BgClassName
{
background-color: #580FDE;
}
</style>
border-color css
<style>
span { border-color: #580FDE; }
span { border-color: rgb(88,15,222); }
td.TdClassName
{
border-color: #580FDE;
}
.TagClassName
{
border-color: #580FDE;
}
</style>