Shades of Purple Heart #583DC2
Tints of Purple Heart #583DC2
RGB
CMYK
RGB Variations
Color information
#583DC2 (or 0x583DC2) is known color: Purple Heart. HEX triplet: 58, 3D and C2. RGB value is (88,61,194). Sum of RGB (Red+Green+Blue) = 88+61+194=343 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.66% from 343); Green value is 61 (24.22% from 255 or 17.78% from 343); Blue value is 194 (76.17% from 255 or 56.56% from 343); Max value from RGB is 194 - color contains mainly: blue. Hex color #583DC2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #583DC2 is #A7C23D. Grayscale: #535353. Windows color (decimal): -10994238 or 12729688. OLE color: 12729688.
HSL color Cylindrical-coordinate representation of color #583DC2: hue angle of 252.18º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #583DC2 is Cyan = 0.55, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 88 | 61 | 194 | - |
| CMYK | 0.55 | 0.69 | 0 | 0.24 |
| HSL | 252.18º | 0.52% | 0.5% | - |
| HSV(B) | 252.18º | 0.69% | 0.76% | - |
| XYZ | 15.43 | 9.31 | 52.02 | - |
| YUV | 84.24 | 189.95 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 61 | 194 | 0.55 | 0.69 | 0 | 0.24 | 252.18 | 0.52 | 0.5 |
| Hex | 58 | 3D | C2 | 37 | 45 | 0 | 18 | FC | 34 | 32 |
| Octal | 130 | 75 | 302 | 67 | 105 | 0 | 30 | 374 | 64 | 62 |
| Binary | 1011000 | 111101 | 11000010 | 110111 | 1000101 | 0 | 11000 | 11111100 | 110100 | 110010 |
Color Harmonies of #583DC2
Complementary color
Monochromatic Colors of #583DC2
Black with #583DC2
Text Example
Text Example
White with #583DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #583DC2; }
p { color: rgb(88,61,194); }
H1.HeaderClassName
{
color: #583DC2;
}
.AnyTagClassName
{
color: #583DC2;
}
</style>
background-color css
<style>
a { background-color: #583DC2; }
a { background-color: rgb(88,61,194); }
div.DivClassName
{
background-color: #583DC2;
}
.BgClassName
{
background-color: #583DC2;
}
</style>
border-color css
<style>
span { border-color: #583DC2; }
span { border-color: rgb(88,61,194); }
td.TdClassName
{
border-color: #583DC2;
}
.TagClassName
{
border-color: #583DC2;
}
</style>