Shades of Purple Heart #5730DB
Tints of Purple Heart #5730DB
RGB
CMYK
RGB Variations
Color information
#5730DB (or 0x5730DB) is known color: Purple Heart. HEX triplet: 57, 30 and DB. RGB value is (87,48,219). Sum of RGB (Red+Green+Blue) = 87+48+219=354 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.58% from 354); Green value is 48 (19.14% from 255 or 13.56% from 354); Blue value is 219 (85.94% from 255 or 61.86% from 354); Max value from RGB is 219 - color contains mainly: blue. Hex color #5730DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5730DB is #A8CF24. Grayscale: #4E4E4E. Windows color (decimal): -11063077 or 14364759. OLE color: 14364759.
HSL color Cylindrical-coordinate representation of color #5730DB: hue angle of 253.68º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5730DB is Cyan = 0.60, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 48 | 219 | - |
| CMYK | 0.60 | 0.78 | 0 | 0.14 |
| HSL | 253.68º | 0.7% | 0.52% | - |
| HSV(B) | 253.68º | 0.78% | 0.86% | - |
| XYZ | 17.77 | 9.25 | 67.87 | - |
| YUV | 79.16 | 206.92 | 133.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 48 | 219 | 0.60 | 0.78 | 0 | 0.14 | 253.68 | 0.7 | 0.52 |
| Hex | 57 | 30 | DB | 3C | 4E | 0 | E | FE | 46 | 34 |
| Octal | 127 | 60 | 333 | 74 | 116 | 0 | 16 | 376 | 106 | 64 |
| Binary | 1010111 | 110000 | 11011011 | 111100 | 1001110 | 0 | 1110 | 11111110 | 1000110 | 110100 |
Color Harmonies of #5730DB
Complementary color
Monochromatic Colors of #5730DB
Black with #5730DB
Text Example
Text Example
White with #5730DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5730DB; }
p { color: rgb(87,48,219); }
H1.HeaderClassName
{
color: #5730DB;
}
.AnyTagClassName
{
color: #5730DB;
}
</style>
background-color css
<style>
a { background-color: #5730DB; }
a { background-color: rgb(87,48,219); }
div.DivClassName
{
background-color: #5730DB;
}
.BgClassName
{
background-color: #5730DB;
}
</style>
border-color css
<style>
span { border-color: #5730DB; }
span { border-color: rgb(87,48,219); }
td.TdClassName
{
border-color: #5730DB;
}
.TagClassName
{
border-color: #5730DB;
}
</style>