Shades of Purple Heart #583AB4
Tints of Purple Heart #583AB4
RGB
CMYK
RGB Variations
Color information
#583AB4 (or 0x583AB4) is known color: Purple Heart. HEX triplet: 58, 3A and B4. RGB value is (88,58,180). Sum of RGB (Red+Green+Blue) = 88+58+180=326 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.99% from 326); Green value is 58 (23.05% from 255 or 17.79% from 326); Blue value is 180 (70.70% from 255 or 55.21% from 326); Max value from RGB is 180 - color contains mainly: blue. Hex color #583AB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #583AB4 is #A7C54B. Grayscale: #505050. Windows color (decimal): -10995020 or 11811416. OLE color: 11811416.
HSL color Cylindrical-coordinate representation of color #583AB4: hue angle of 254.75º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #583AB4 is Cyan = 0.51, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 88 | 58 | 180 | - |
| CMYK | 0.51 | 0.68 | 0 | 0.29 |
| HSL | 254.75º | 0.51% | 0.47% | - |
| HSV(B) | 254.75º | 0.68% | 0.71% | - |
| XYZ | 13.78 | 8.4 | 44.07 | - |
| YUV | 80.88 | 183.94 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 58 | 180 | 0.51 | 0.68 | 0 | 0.29 | 254.75 | 0.51 | 0.47 |
| Hex | 58 | 3A | B4 | 33 | 44 | 0 | 1D | FF | 33 | 2F |
| Octal | 130 | 72 | 264 | 63 | 104 | 0 | 35 | 377 | 63 | 57 |
| Binary | 1011000 | 111010 | 10110100 | 110011 | 1000100 | 0 | 11101 | 11111111 | 110011 | 101111 |
Color Harmonies of #583AB4
Complementary color
Monochromatic Colors of #583AB4
Black with #583AB4
Text Example
Text Example
White with #583AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #583AB4; }
p { color: rgb(88,58,180); }
H1.HeaderClassName
{
color: #583AB4;
}
.AnyTagClassName
{
color: #583AB4;
}
</style>
background-color css
<style>
a { background-color: #583AB4; }
a { background-color: rgb(88,58,180); }
div.DivClassName
{
background-color: #583AB4;
}
.BgClassName
{
background-color: #583AB4;
}
</style>
border-color css
<style>
span { border-color: #583AB4; }
span { border-color: rgb(88,58,180); }
td.TdClassName
{
border-color: #583AB4;
}
.TagClassName
{
border-color: #583AB4;
}
</style>