Shades of Purple Heart #5D30BE
Tints of Purple Heart #5D30BE
RGB
CMYK
RGB Variations
Color information
#5D30BE (or 0x5D30BE) is known color: Purple Heart. HEX triplet: 5D, 30 and BE. RGB value is (93,48,190). Sum of RGB (Red+Green+Blue) = 93+48+190=331 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.10% from 331); Green value is 48 (19.14% from 255 or 14.50% from 331); Blue value is 190 (74.61% from 255 or 57.40% from 331); Max value from RGB is 190 - color contains mainly: blue. Hex color #5D30BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D30BE is #A2CF41. Grayscale: #4D4D4D. Windows color (decimal): -10669890 or 12464221. OLE color: 12464221.
HSL color Cylindrical-coordinate representation of color #5D30BE: hue angle of 259.01º 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 #5D30BE is Cyan = 0.51, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 93 | 48 | 190 | - |
| CMYK | 0.51 | 0.75 | 0 | 0.25 |
| HSL | 259.01º | 0.6% | 0.47% | - |
| HSV(B) | 259.01º | 0.75% | 0.75% | - |
| XYZ | 14.87 | 8.16 | 49.51 | - |
| YUV | 77.64 | 191.41 | 138.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 48 | 190 | 0.51 | 0.75 | 0 | 0.25 | 259.01 | 0.6 | 0.47 |
| Hex | 5D | 30 | BE | 33 | 4B | 0 | 19 | 103 | 3C | 2F |
| Octal | 135 | 60 | 276 | 63 | 113 | 0 | 31 | 403 | 74 | 57 |
| Binary | 1011101 | 110000 | 10111110 | 110011 | 1001011 | 0 | 11001 | 100000011 | 111100 | 101111 |
Color Harmonies of #5D30BE
Complementary color
Monochromatic Colors of #5D30BE
Black with #5D30BE
Text Example
Text Example
White with #5D30BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D30BE; }
p { color: rgb(93,48,190); }
H1.HeaderClassName
{
color: #5D30BE;
}
.AnyTagClassName
{
color: #5D30BE;
}
</style>
background-color css
<style>
a { background-color: #5D30BE; }
a { background-color: rgb(93,48,190); }
div.DivClassName
{
background-color: #5D30BE;
}
.BgClassName
{
background-color: #5D30BE;
}
</style>
border-color css
<style>
span { border-color: #5D30BE; }
span { border-color: rgb(93,48,190); }
td.TdClassName
{
border-color: #5D30BE;
}
.TagClassName
{
border-color: #5D30BE;
}
</style>