Shades of Purple Heart #5D33DA
Tints of Purple Heart #5D33DA
RGB
CMYK
RGB Variations
Color information
#5D33DA (or 0x5D33DA) is known color: Purple Heart. HEX triplet: 5D, 33 and DA. RGB value is (93,51,218). Sum of RGB (Red+Green+Blue) = 93+51+218=362 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.69% from 362); Green value is 51 (20.31% from 255 or 14.09% from 362); Blue value is 218 (85.55% from 255 or 60.22% from 362); Max value from RGB is 218 - color contains mainly: blue. Hex color #5D33DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D33DA is #A2CC25. Grayscale: #515151. Windows color (decimal): -10669094 or 14299997. OLE color: 14299997.
HSL color Cylindrical-coordinate representation of color #5D33DA: hue angle of 255.09º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5D33DA is Cyan = 0.57, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 93 | 51 | 218 | - |
| CMYK | 0.57 | 0.77 | 0 | 0.15 |
| HSL | 255.09º | 0.69% | 0.53% | - |
| HSV(B) | 255.09º | 0.77% | 0.85% | - |
| XYZ | 18.35 | 9.76 | 67.25 | - |
| YUV | 82.6 | 204.41 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 51 | 218 | 0.57 | 0.77 | 0 | 0.15 | 255.09 | 0.69 | 0.53 |
| Hex | 5D | 33 | DA | 39 | 4D | 0 | F | FF | 45 | 35 |
| Octal | 135 | 63 | 332 | 71 | 115 | 0 | 17 | 377 | 105 | 65 |
| Binary | 1011101 | 110011 | 11011010 | 111001 | 1001101 | 0 | 1111 | 11111111 | 1000101 | 110101 |
Color Harmonies of #5D33DA
Complementary color
Monochromatic Colors of #5D33DA
Black with #5D33DA
Text Example
Text Example
White with #5D33DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D33DA; }
p { color: rgb(93,51,218); }
H1.HeaderClassName
{
color: #5D33DA;
}
.AnyTagClassName
{
color: #5D33DA;
}
</style>
background-color css
<style>
a { background-color: #5D33DA; }
a { background-color: rgb(93,51,218); }
div.DivClassName
{
background-color: #5D33DA;
}
.BgClassName
{
background-color: #5D33DA;
}
</style>
border-color css
<style>
span { border-color: #5D33DA; }
span { border-color: rgb(93,51,218); }
td.TdClassName
{
border-color: #5D33DA;
}
.TagClassName
{
border-color: #5D33DA;
}
</style>