Shades of Purple Heart #5D07B2
Tints of Purple Heart #5D07B2
RGB
CMYK
RGB Variations
Color information
#5D07B2 (or 0x5D07B2) is known color: Purple Heart. HEX triplet: 5D, 07 and B2. RGB value is (93,7,178). Sum of RGB (Red+Green+Blue) = 93+7+178=278 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.45% from 278); Green value is 7 (3.12% from 255 or 2.52% from 278); Blue value is 178 (69.92% from 255 or 64.03% from 278); Max value from RGB is 178 - color contains mainly: blue. Hex color #5D07B2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D07B2 is #A2F84D. Grayscale: #333333. Windows color (decimal): -10680398 or 11667293. OLE color: 11667293.
HSL color Cylindrical-coordinate representation of color #5D07B2: hue angle of 270.18º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5D07B2 is Cyan = 0.48, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 93 | 7 | 178 | - |
| CMYK | 0.48 | 0.96 | 0 | 0.30 |
| HSL | 270.18º | 0.92% | 0.36% | - |
| HSV(B) | 270.18º | 0.96% | 0.7% | - |
| XYZ | 12.63 | 5.69 | 42.55 | - |
| YUV | 52.21 | 198.99 | 157.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 7 | 178 | 0.48 | 0.96 | 0 | 0.30 | 270.18 | 0.92 | 0.36 |
| Hex | 5D | 7 | B2 | 30 | 60 | 0 | 1E | 10E | 5C | 24 |
| Octal | 135 | 7 | 262 | 60 | 140 | 0 | 36 | 416 | 134 | 44 |
| Binary | 1011101 | 111 | 10110010 | 110000 | 1100000 | 0 | 11110 | 100001110 | 1011100 | 100100 |
Color Harmonies of #5D07B2
Complementary color
Monochromatic Colors of #5D07B2
Black with #5D07B2
Text Example
Text Example
White with #5D07B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D07B2; }
p { color: rgb(93,7,178); }
H1.HeaderClassName
{
color: #5D07B2;
}
.AnyTagClassName
{
color: #5D07B2;
}
</style>
background-color css
<style>
a { background-color: #5D07B2; }
a { background-color: rgb(93,7,178); }
div.DivClassName
{
background-color: #5D07B2;
}
.BgClassName
{
background-color: #5D07B2;
}
</style>
border-color css
<style>
span { border-color: #5D07B2; }
span { border-color: rgb(93,7,178); }
td.TdClassName
{
border-color: #5D07B2;
}
.TagClassName
{
border-color: #5D07B2;
}
</style>