Shades of Purple Heart #5D30BF
Tints of Purple Heart #5D30BF
RGB
CMYK
RGB Variations
Color information
#5D30BF (or 0x5D30BF) is known color: Purple Heart. HEX triplet: 5D, 30 and BF. RGB value is (93,48,191). Sum of RGB (Red+Green+Blue) = 93+48+191=332 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.01% from 332); Green value is 48 (19.14% from 255 or 14.46% from 332); Blue value is 191 (75% from 255 or 57.53% from 332); Max value from RGB is 191 - color contains mainly: blue. Hex color #5D30BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D30BF is #A2CF40. Grayscale: #4D4D4D. Windows color (decimal): -10669889 or 12529757. OLE color: 12529757.
HSL color Cylindrical-coordinate representation of color #5D30BF: hue angle of 258.88º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5D30BF is Cyan = 0.51, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 93 | 48 | 191 | - |
| CMYK | 0.51 | 0.75 | 0 | 0.25 |
| HSL | 258.88º | 0.6% | 0.47% | - |
| HSV(B) | 258.88º | 0.75% | 0.75% | - |
| XYZ | 14.98 | 8.2 | 50.08 | - |
| YUV | 77.76 | 191.91 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 48 | 191 | 0.51 | 0.75 | 0 | 0.25 | 258.88 | 0.6 | 0.47 |
| Hex | 5D | 30 | BF | 33 | 4B | 0 | 19 | 103 | 3C | 2F |
| Octal | 135 | 60 | 277 | 63 | 113 | 0 | 31 | 403 | 74 | 57 |
| Binary | 1011101 | 110000 | 10111111 | 110011 | 1001011 | 0 | 11001 | 100000011 | 111100 | 101111 |
Color Harmonies of #5D30BF
Complementary color
Monochromatic Colors of #5D30BF
Black with #5D30BF
Text Example
Text Example
White with #5D30BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D30BF; }
p { color: rgb(93,48,191); }
H1.HeaderClassName
{
color: #5D30BF;
}
.AnyTagClassName
{
color: #5D30BF;
}
</style>
background-color css
<style>
a { background-color: #5D30BF; }
a { background-color: rgb(93,48,191); }
div.DivClassName
{
background-color: #5D30BF;
}
.BgClassName
{
background-color: #5D30BF;
}
</style>
border-color css
<style>
span { border-color: #5D30BF; }
span { border-color: rgb(93,48,191); }
td.TdClassName
{
border-color: #5D30BF;
}
.TagClassName
{
border-color: #5D30BF;
}
</style>