Shades of Purple Heart #5D33AF
Tints of Purple Heart #5D33AF
RGB
CMYK
RGB Variations
Color information
#5D33AF (or 0x5D33AF) is known color: Purple Heart. HEX triplet: 5D, 33 and AF. RGB value is (93,51,175). Sum of RGB (Red+Green+Blue) = 93+51+175=319 (42% of max value = 765). Red value is 93 (36.72% from 255 or 29.15% from 319); Green value is 51 (20.31% from 255 or 15.99% from 319); Blue value is 175 (68.75% from 255 or 54.86% from 319); Max value from RGB is 175 - color contains mainly: blue. Hex color #5D33AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D33AF is #A2CC50. Grayscale: #4D4D4D. Windows color (decimal): -10669137 or 11481949. OLE color: 11481949.
HSL color Cylindrical-coordinate representation of color #5D33AF: hue angle of 260.32º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5D33AF is Cyan = 0.47, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 93 | 51 | 175 | - |
| CMYK | 0.47 | 0.71 | 0 | 0.31 |
| HSL | 260.32º | 0.55% | 0.44% | - |
| HSV(B) | 260.32º | 0.71% | 0.69% | - |
| XYZ | 13.44 | 7.79 | 41.35 | - |
| YUV | 77.69 | 182.91 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 51 | 175 | 0.47 | 0.71 | 0 | 0.31 | 260.32 | 0.55 | 0.44 |
| Hex | 5D | 33 | AF | 2F | 47 | 0 | 1F | 104 | 37 | 2C |
| Octal | 135 | 63 | 257 | 57 | 107 | 0 | 37 | 404 | 67 | 54 |
| Binary | 1011101 | 110011 | 10101111 | 101111 | 1000111 | 0 | 11111 | 100000100 | 110111 | 101100 |
Color Harmonies of #5D33AF
Complementary color
Monochromatic Colors of #5D33AF
Black with #5D33AF
Text Example
Text Example
White with #5D33AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D33AF; }
p { color: rgb(93,51,175); }
H1.HeaderClassName
{
color: #5D33AF;
}
.AnyTagClassName
{
color: #5D33AF;
}
</style>
background-color css
<style>
a { background-color: #5D33AF; }
a { background-color: rgb(93,51,175); }
div.DivClassName
{
background-color: #5D33AF;
}
.BgClassName
{
background-color: #5D33AF;
}
</style>
border-color css
<style>
span { border-color: #5D33AF; }
span { border-color: rgb(93,51,175); }
td.TdClassName
{
border-color: #5D33AF;
}
.TagClassName
{
border-color: #5D33AF;
}
</style>