Shades of Han Purple #580DF2
Tints of Han Purple #580DF2
RGB
CMYK
RGB Variations
Color information
#580DF2 (or 0x580DF2) is known color: Han Purple. HEX triplet: 58, 0D and F2. RGB value is (88,13,242). Sum of RGB (Red+Green+Blue) = 88+13+242=343 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.66% from 343); Green value is 13 (5.47% from 255 or 3.79% from 343); Blue value is 242 (94.92% from 255 or 70.55% from 343); Max value from RGB is 242 - color contains mainly: blue. Hex color #580DF2 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #580DF2 is #A7F20D. Grayscale: #3C3C3C. Windows color (decimal): -11006478 or 15863128. OLE color: 15863128.
HSL color Cylindrical-coordinate representation of color #580DF2: hue angle of 259.65º degrees, saturation: 0.9, 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 #580DF2 is Cyan = 0.64, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 88 | 13 | 242 | - |
| CMYK | 0.64 | 0.95 | 0 | 0.05 |
| HSL | 259.65º | 0.9% | 0.5% | - |
| HSV(B) | 259.65º | 0.95% | 0.95% | - |
| XYZ | 20.2 | 8.77 | 84.63 | - |
| YUV | 61.53 | 229.85 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 13 | 242 | 0.64 | 0.95 | 0 | 0.05 | 259.65 | 0.9 | 0.5 |
| Hex | 58 | D | F2 | 40 | 5F | 0 | 5 | 104 | 5A | 32 |
| Octal | 130 | 15 | 362 | 100 | 137 | 0 | 5 | 404 | 132 | 62 |
| Binary | 1011000 | 1101 | 11110010 | 1000000 | 1011111 | 0 | 101 | 100000100 | 1011010 | 110010 |
Color Harmonies of #580DF2
Complementary color
Monochromatic Colors of #580DF2
Black with #580DF2
Text Example
Text Example
White with #580DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580DF2; }
p { color: rgb(88,13,242); }
H1.HeaderClassName
{
color: #580DF2;
}
.AnyTagClassName
{
color: #580DF2;
}
</style>
background-color css
<style>
a { background-color: #580DF2; }
a { background-color: rgb(88,13,242); }
div.DivClassName
{
background-color: #580DF2;
}
.BgClassName
{
background-color: #580DF2;
}
</style>
border-color css
<style>
span { border-color: #580DF2; }
span { border-color: rgb(88,13,242); }
td.TdClassName
{
border-color: #580DF2;
}
.TagClassName
{
border-color: #580DF2;
}
</style>