Shades of Purple Heart #580BCD
Tints of Purple Heart #580BCD
RGB
CMYK
RGB Variations
Color information
#580BCD (or 0x580BCD) is known color: Purple Heart. HEX triplet: 58, 0B and CD. RGB value is (88,11,205). Sum of RGB (Red+Green+Blue) = 88+11+205=304 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.95% from 304); Green value is 11 (4.69% from 255 or 3.62% from 304); Blue value is 205 (80.47% from 255 or 67.43% from 304); Max value from RGB is 205 - color contains mainly: blue. Hex color #580BCD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #580BCD is #A7F432. Grayscale: #373737. Windows color (decimal): -11007027 or 13437784. OLE color: 13437784.
HSL color Cylindrical-coordinate representation of color #580BCD: hue angle of 263.81º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #580BCD is Cyan = 0.57, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 88 | 11 | 205 | - |
| CMYK | 0.57 | 0.95 | 0 | 0.20 |
| HSL | 263.81º | 0.9% | 0.42% | - |
| HSV(B) | 263.81º | 0.95% | 0.8% | - |
| XYZ | 15.16 | 6.72 | 58.26 | - |
| YUV | 56.14 | 212.01 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 11 | 205 | 0.57 | 0.95 | 0 | 0.20 | 263.81 | 0.9 | 0.42 |
| Hex | 58 | B | CD | 39 | 5F | 0 | 14 | 108 | 5A | 2A |
| Octal | 130 | 13 | 315 | 71 | 137 | 0 | 24 | 410 | 132 | 52 |
| Binary | 1011000 | 1011 | 11001101 | 111001 | 1011111 | 0 | 10100 | 100001000 | 1011010 | 101010 |
Color Harmonies of #580BCD
Complementary color
Monochromatic Colors of #580BCD
Black with #580BCD
Text Example
Text Example
White with #580BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580BCD; }
p { color: rgb(88,11,205); }
H1.HeaderClassName
{
color: #580BCD;
}
.AnyTagClassName
{
color: #580BCD;
}
</style>
background-color css
<style>
a { background-color: #580BCD; }
a { background-color: rgb(88,11,205); }
div.DivClassName
{
background-color: #580BCD;
}
.BgClassName
{
background-color: #580BCD;
}
</style>
border-color css
<style>
span { border-color: #580BCD; }
span { border-color: rgb(88,11,205); }
td.TdClassName
{
border-color: #580BCD;
}
.TagClassName
{
border-color: #580BCD;
}
</style>