Shades of Purple Heart #582BC1
Tints of Purple Heart #582BC1
RGB
CMYK
RGB Variations
Color information
#582BC1 (or 0x582BC1) is known color: Purple Heart. HEX triplet: 58, 2B and C1. RGB value is (88,43,193). Sum of RGB (Red+Green+Blue) = 88+43+193=324 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.16% from 324); Green value is 43 (17.19% from 255 or 13.27% from 324); Blue value is 193 (75.78% from 255 or 59.57% from 324); Max value from RGB is 193 - color contains mainly: blue. Hex color #582BC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #582BC1 is #A7D43E. Grayscale: #494949. Windows color (decimal): -10998847 or 12659544. OLE color: 12659544.
HSL color Cylindrical-coordinate representation of color #582BC1: hue angle of 258º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #582BC1 is Cyan = 0.54, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 88 | 43 | 193 | - |
| CMYK | 0.54 | 0.78 | 0 | 0.24 |
| HSL | 258º | 0.64% | 0.46% | - |
| HSV(B) | 258º | 0.78% | 0.76% | - |
| XYZ | 14.51 | 7.65 | 51.16 | - |
| YUV | 73.56 | 195.41 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 43 | 193 | 0.54 | 0.78 | 0 | 0.24 | 258 | 0.64 | 0.46 |
| Hex | 58 | 2B | C1 | 36 | 4E | 0 | 18 | 102 | 40 | 2E |
| Octal | 130 | 53 | 301 | 66 | 116 | 0 | 30 | 402 | 100 | 56 |
| Binary | 1011000 | 101011 | 11000001 | 110110 | 1001110 | 0 | 11000 | 100000010 | 1000000 | 101110 |
Color Harmonies of #582BC1
Complementary color
Monochromatic Colors of #582BC1
Black with #582BC1
Text Example
Text Example
White with #582BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582BC1; }
p { color: rgb(88,43,193); }
H1.HeaderClassName
{
color: #582BC1;
}
.AnyTagClassName
{
color: #582BC1;
}
</style>
background-color css
<style>
a { background-color: #582BC1; }
a { background-color: rgb(88,43,193); }
div.DivClassName
{
background-color: #582BC1;
}
.BgClassName
{
background-color: #582BC1;
}
</style>
border-color css
<style>
span { border-color: #582BC1; }
span { border-color: rgb(88,43,193); }
td.TdClassName
{
border-color: #582BC1;
}
.TagClassName
{
border-color: #582BC1;
}
</style>