Shades of Purple Heart #5D14B4
Tints of Purple Heart #5D14B4
RGB
CMYK
RGB Variations
Color information
#5D14B4 (or 0x5D14B4) is known color: Purple Heart. HEX triplet: 5D, 14 and B4. RGB value is (93,20,180). Sum of RGB (Red+Green+Blue) = 93+20+180=293 (38% of max value = 765). Red value is 93 (36.72% from 255 or 31.74% from 293); Green value is 20 (8.20% from 255 or 6.83% from 293); Blue value is 180 (70.70% from 255 or 61.43% from 293); Max value from RGB is 180 - color contains mainly: blue. Hex color #5D14B4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5D14B4 is #A2EB4B. Grayscale: #3B3B3B. Windows color (decimal): -10677068 or 11801693. OLE color: 11801693.
HSL color Cylindrical-coordinate representation of color #5D14B4: hue angle of 267.38º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5D14B4 is Cyan = 0.48, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 93 | 20 | 180 | - |
| CMYK | 0.48 | 0.89 | 0 | 0.29 |
| HSL | 267.38º | 0.8% | 0.39% | - |
| HSV(B) | 267.38º | 0.89% | 0.71% | - |
| XYZ | 13 | 6.12 | 43.68 | - |
| YUV | 60.07 | 195.68 | 151.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 20 | 180 | 0.48 | 0.89 | 0 | 0.29 | 267.38 | 0.8 | 0.39 |
| Hex | 5D | 14 | B4 | 30 | 59 | 0 | 1D | 10B | 50 | 27 |
| Octal | 135 | 24 | 264 | 60 | 131 | 0 | 35 | 413 | 120 | 47 |
| Binary | 1011101 | 10100 | 10110100 | 110000 | 1011001 | 0 | 11101 | 100001011 | 1010000 | 100111 |
Color Harmonies of #5D14B4
Complementary color
Monochromatic Colors of #5D14B4
Black with #5D14B4
Text Example
Text Example
White with #5D14B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D14B4; }
p { color: rgb(93,20,180); }
H1.HeaderClassName
{
color: #5D14B4;
}
.AnyTagClassName
{
color: #5D14B4;
}
</style>
background-color css
<style>
a { background-color: #5D14B4; }
a { background-color: rgb(93,20,180); }
div.DivClassName
{
background-color: #5D14B4;
}
.BgClassName
{
background-color: #5D14B4;
}
</style>
border-color css
<style>
span { border-color: #5D14B4; }
span { border-color: rgb(93,20,180); }
td.TdClassName
{
border-color: #5D14B4;
}
.TagClassName
{
border-color: #5D14B4;
}
</style>