Shades of Purple Heart #5D3FBD
Tints of Purple Heart #5D3FBD
RGB
CMYK
RGB Variations
Color information
#5D3FBD (or 0x5D3FBD) is known color: Purple Heart. HEX triplet: 5D, 3F and BD. RGB value is (93,63,189). Sum of RGB (Red+Green+Blue) = 93+63+189=345 (45% of max value = 765). Red value is 93 (36.72% from 255 or 26.96% from 345); Green value is 63 (25% from 255 or 18.26% from 345); Blue value is 189 (74.22% from 255 or 54.78% from 345); Max value from RGB is 189 - color contains mainly: blue. Hex color #5D3FBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D3FBD is #A2C042. Grayscale: #555555. Windows color (decimal): -10666051 or 12402525. OLE color: 12402525.
HSL color Cylindrical-coordinate representation of color #5D3FBD: hue angle of 254.29º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5D3FBD is Cyan = 0.51, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 93 | 63 | 189 | - |
| CMYK | 0.51 | 0.67 | 0 | 0.26 |
| HSL | 254.29º | 0.5% | 0.49% | - |
| HSV(B) | 254.29º | 0.67% | 0.74% | - |
| XYZ | 15.48 | 9.56 | 49.17 | - |
| YUV | 86.33 | 185.94 | 132.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 63 | 189 | 0.51 | 0.67 | 0 | 0.26 | 254.29 | 0.5 | 0.49 |
| Hex | 5D | 3F | BD | 33 | 43 | 0 | 1A | FE | 32 | 31 |
| Octal | 135 | 77 | 275 | 63 | 103 | 0 | 32 | 376 | 62 | 61 |
| Binary | 1011101 | 111111 | 10111101 | 110011 | 1000011 | 0 | 11010 | 11111110 | 110010 | 110001 |
Color Harmonies of #5D3FBD
Complementary color
Monochromatic Colors of #5D3FBD
Black with #5D3FBD
Text Example
Text Example
White with #5D3FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3FBD; }
p { color: rgb(93,63,189); }
H1.HeaderClassName
{
color: #5D3FBD;
}
.AnyTagClassName
{
color: #5D3FBD;
}
</style>
background-color css
<style>
a { background-color: #5D3FBD; }
a { background-color: rgb(93,63,189); }
div.DivClassName
{
background-color: #5D3FBD;
}
.BgClassName
{
background-color: #5D3FBD;
}
</style>
border-color css
<style>
span { border-color: #5D3FBD; }
span { border-color: rgb(93,63,189); }
td.TdClassName
{
border-color: #5D3FBD;
}
.TagClassName
{
border-color: #5D3FBD;
}
</style>