Shades of Han Purple #580BF2
Tints of Han Purple #580BF2
RGB
CMYK
RGB Variations
Color information
#580BF2 (or 0x580BF2) is known color: Han Purple. HEX triplet: 58, 0B and F2. RGB value is (88,11,242). Sum of RGB (Red+Green+Blue) = 88+11+242=341 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.81% from 341); Green value is 11 (4.69% from 255 or 3.23% from 341); Blue value is 242 (94.92% from 255 or 70.97% from 341); Max value from RGB is 242 - color contains mainly: blue. Hex color #580BF2 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #580BF2 is #A7F40D. Grayscale: #3B3B3B. Windows color (decimal): -11006990 or 15862616. OLE color: 15862616.
HSL color Cylindrical-coordinate representation of color #580BF2: hue angle of 260º degrees, saturation: 0.91, 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 #580BF2 is Cyan = 0.64, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 88 | 11 | 242 | - |
| CMYK | 0.64 | 0.95 | 0 | 0.05 |
| HSL | 260º | 0.91% | 0.5% | - |
| HSV(B) | 260º | 0.95% | 0.95% | - |
| XYZ | 20.17 | 8.72 | 84.63 | - |
| YUV | 60.36 | 230.51 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 11 | 242 | 0.64 | 0.95 | 0 | 0.05 | 260 | 0.91 | 0.5 |
| Hex | 58 | B | F2 | 40 | 5F | 0 | 5 | 104 | 5B | 32 |
| Octal | 130 | 13 | 362 | 100 | 137 | 0 | 5 | 404 | 133 | 62 |
| Binary | 1011000 | 1011 | 11110010 | 1000000 | 1011111 | 0 | 101 | 100000100 | 1011011 | 110010 |
Color Harmonies of #580BF2
Complementary color
Monochromatic Colors of #580BF2
Black with #580BF2
Text Example
Text Example
White with #580BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580BF2; }
p { color: rgb(88,11,242); }
H1.HeaderClassName
{
color: #580BF2;
}
.AnyTagClassName
{
color: #580BF2;
}
</style>
background-color css
<style>
a { background-color: #580BF2; }
a { background-color: rgb(88,11,242); }
div.DivClassName
{
background-color: #580BF2;
}
.BgClassName
{
background-color: #580BF2;
}
</style>
border-color css
<style>
span { border-color: #580BF2; }
span { border-color: rgb(88,11,242); }
td.TdClassName
{
border-color: #580BF2;
}
.TagClassName
{
border-color: #580BF2;
}
</style>