Shades of Purple Heart #582ECE
Tints of Purple Heart #582ECE
RGB
CMYK
RGB Variations
Color information
#582ECE (or 0x582ECE) is known color: Purple Heart. HEX triplet: 58, 2E and CE. RGB value is (88,46,206). Sum of RGB (Red+Green+Blue) = 88+46+206=340 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.88% from 340); Green value is 46 (18.36% from 255 or 13.53% from 340); Blue value is 206 (80.86% from 255 or 60.59% from 340); Max value from RGB is 206 - color contains mainly: blue. Hex color #582ECE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #582ECE is #A7D131. Grayscale: #4C4C4C. Windows color (decimal): -10998066 or 13512280. OLE color: 13512280.
HSL color Cylindrical-coordinate representation of color #582ECE: hue angle of 255.75º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #582ECE is Cyan = 0.57, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 88 | 46 | 206 | - |
| CMYK | 0.57 | 0.78 | 0 | 0.19 |
| HSL | 255.75º | 0.63% | 0.49% | - |
| HSV(B) | 255.75º | 0.78% | 0.81% | - |
| XYZ | 16.14 | 8.48 | 59.18 | - |
| YUV | 76.8 | 200.91 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 46 | 206 | 0.57 | 0.78 | 0 | 0.19 | 255.75 | 0.63 | 0.49 |
| Hex | 58 | 2E | CE | 39 | 4E | 0 | 13 | 100 | 3F | 31 |
| Octal | 130 | 56 | 316 | 71 | 116 | 0 | 23 | 400 | 77 | 61 |
| Binary | 1011000 | 101110 | 11001110 | 111001 | 1001110 | 0 | 10011 | 100000000 | 111111 | 110001 |
Color Harmonies of #582ECE
Complementary color
Monochromatic Colors of #582ECE
Black with #582ECE
Text Example
Text Example
White with #582ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582ECE; }
p { color: rgb(88,46,206); }
H1.HeaderClassName
{
color: #582ECE;
}
.AnyTagClassName
{
color: #582ECE;
}
</style>
background-color css
<style>
a { background-color: #582ECE; }
a { background-color: rgb(88,46,206); }
div.DivClassName
{
background-color: #582ECE;
}
.BgClassName
{
background-color: #582ECE;
}
</style>
border-color css
<style>
span { border-color: #582ECE; }
span { border-color: rgb(88,46,206); }
td.TdClassName
{
border-color: #582ECE;
}
.TagClassName
{
border-color: #582ECE;
}
</style>