Shades of Han Purple #580FF2
Tints of Han Purple #580FF2
RGB
CMYK
RGB Variations
Color information
#580FF2 (or 0x580FF2) is known color: Han Purple. HEX triplet: 58, 0F and F2. RGB value is (88,15,242). Sum of RGB (Red+Green+Blue) = 88+15+242=345 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.51% from 345); Green value is 15 (6.25% from 255 or 4.35% from 345); Blue value is 242 (94.92% from 255 or 70.14% from 345); Max value from RGB is 242 - color contains mainly: blue. Hex color #580FF2 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #580FF2 is #A7F00D. Grayscale: #3D3D3D. Windows color (decimal): -11005966 or 15863640. OLE color: 15863640.
HSL color Cylindrical-coordinate representation of color #580FF2: hue angle of 259.3º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #580FF2 is Cyan = 0.64, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 88 | 15 | 242 | - |
| CMYK | 0.64 | 0.94 | 0 | 0.05 |
| HSL | 259.3º | 0.9% | 0.5% | - |
| HSV(B) | 259.3º | 0.94% | 0.95% | - |
| XYZ | 20.22 | 8.83 | 84.64 | - |
| YUV | 62.71 | 229.18 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 15 | 242 | 0.64 | 0.94 | 0 | 0.05 | 259.3 | 0.9 | 0.5 |
| Hex | 58 | F | F2 | 40 | 5E | 0 | 5 | 103 | 5A | 32 |
| Octal | 130 | 17 | 362 | 100 | 136 | 0 | 5 | 403 | 132 | 62 |
| Binary | 1011000 | 1111 | 11110010 | 1000000 | 1011110 | 0 | 101 | 100000011 | 1011010 | 110010 |
Color Harmonies of #580FF2
Complementary color
Monochromatic Colors of #580FF2
Black with #580FF2
Text Example
Text Example
White with #580FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580FF2; }
p { color: rgb(88,15,242); }
H1.HeaderClassName
{
color: #580FF2;
}
.AnyTagClassName
{
color: #580FF2;
}
</style>
background-color css
<style>
a { background-color: #580FF2; }
a { background-color: rgb(88,15,242); }
div.DivClassName
{
background-color: #580FF2;
}
.BgClassName
{
background-color: #580FF2;
}
</style>
border-color css
<style>
span { border-color: #580FF2; }
span { border-color: rgb(88,15,242); }
td.TdClassName
{
border-color: #580FF2;
}
.TagClassName
{
border-color: #580FF2;
}
</style>