Shades of Purple Heart #5D25DC
Tints of Purple Heart #5D25DC
RGB
CMYK
RGB Variations
Color information
#5D25DC (or 0x5D25DC) is known color: Purple Heart. HEX triplet: 5D, 25 and DC. RGB value is (93,37,220). Sum of RGB (Red+Green+Blue) = 93+37+220=350 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.57% from 350); Green value is 37 (14.84% from 255 or 10.57% from 350); Blue value is 220 (86.33% from 255 or 62.86% from 350); Max value from RGB is 220 - color contains mainly: blue. Hex color #5D25DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D25DC is #A2DA23. Grayscale: #494949. Windows color (decimal): -10672676 or 14427485. OLE color: 14427485.
HSL color Cylindrical-coordinate representation of color #5D25DC: hue angle of 258.36º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5D25DC is Cyan = 0.58, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 93 | 37 | 220 | - |
| CMYK | 0.58 | 0.83 | 0 | 0.14 |
| HSL | 258.36º | 0.72% | 0.5% | - |
| HSV(B) | 258.36º | 0.83% | 0.86% | - |
| XYZ | 18.09 | 8.82 | 68.46 | - |
| YUV | 74.61 | 210.05 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 37 | 220 | 0.58 | 0.83 | 0 | 0.14 | 258.36 | 0.72 | 0.5 |
| Hex | 5D | 25 | DC | 3A | 53 | 0 | E | 102 | 48 | 32 |
| Octal | 135 | 45 | 334 | 72 | 123 | 0 | 16 | 402 | 110 | 62 |
| Binary | 1011101 | 100101 | 11011100 | 111010 | 1010011 | 0 | 1110 | 100000010 | 1001000 | 110010 |
Color Harmonies of #5D25DC
Complementary color
Monochromatic Colors of #5D25DC
Black with #5D25DC
Text Example
Text Example
White with #5D25DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D25DC; }
p { color: rgb(93,37,220); }
H1.HeaderClassName
{
color: #5D25DC;
}
.AnyTagClassName
{
color: #5D25DC;
}
</style>
background-color css
<style>
a { background-color: #5D25DC; }
a { background-color: rgb(93,37,220); }
div.DivClassName
{
background-color: #5D25DC;
}
.BgClassName
{
background-color: #5D25DC;
}
</style>
border-color css
<style>
span { border-color: #5D25DC; }
span { border-color: rgb(93,37,220); }
td.TdClassName
{
border-color: #5D25DC;
}
.TagClassName
{
border-color: #5D25DC;
}
</style>