Shades of Han Purple #580CFB
Tints of Han Purple #580CFB
RGB
CMYK
RGB Variations
Color information
#580CFB (or 0x580CFB) is known color: Han Purple. HEX triplet: 58, 0C and FB. RGB value is (88,12,251). Sum of RGB (Red+Green+Blue) = 88+12+251=351 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.07% from 351); Green value is 12 (5.08% from 255 or 3.42% from 351); Blue value is 251 (98.44% from 255 or 71.51% from 351); Max value from RGB is 251 - color contains mainly: blue. Hex color #580CFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #580CFB is #A7F304. Grayscale: #3D3D3D. Windows color (decimal): -11006725 or 16452696. OLE color: 16452696.
HSL color Cylindrical-coordinate representation of color #580CFB: hue angle of 259.08º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #580CFB is Cyan = 0.65, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 88 | 12 | 251 | - |
| CMYK | 0.65 | 0.95 | 0 | 0.02 |
| HSL | 259.08º | 0.97% | 0.52% | - |
| HSV(B) | 259.08º | 0.95% | 0.98% | - |
| XYZ | 21.57 | 9.3 | 91.93 | - |
| YUV | 61.97 | 234.68 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 12 | 251 | 0.65 | 0.95 | 0 | 0.02 | 259.08 | 0.97 | 0.52 |
| Hex | 58 | C | FB | 41 | 5F | 0 | 2 | 103 | 61 | 34 |
| Octal | 130 | 14 | 373 | 101 | 137 | 0 | 2 | 403 | 141 | 64 |
| Binary | 1011000 | 1100 | 11111011 | 1000001 | 1011111 | 0 | 10 | 100000011 | 1100001 | 110100 |
Color Harmonies of #580CFB
Complementary color
Monochromatic Colors of #580CFB
Black with #580CFB
Text Example
Text Example
White with #580CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580CFB; }
p { color: rgb(88,12,251); }
H1.HeaderClassName
{
color: #580CFB;
}
.AnyTagClassName
{
color: #580CFB;
}
</style>
background-color css
<style>
a { background-color: #580CFB; }
a { background-color: rgb(88,12,251); }
div.DivClassName
{
background-color: #580CFB;
}
.BgClassName
{
background-color: #580CFB;
}
</style>
border-color css
<style>
span { border-color: #580CFB; }
span { border-color: rgb(88,12,251); }
td.TdClassName
{
border-color: #580CFB;
}
.TagClassName
{
border-color: #580CFB;
}
</style>