Shades of Purple Heart #5D07AF
Tints of Purple Heart #5D07AF
RGB
CMYK
RGB Variations
Color information
#5D07AF (or 0x5D07AF) is known color: Purple Heart. HEX triplet: 5D, 07 and AF. RGB value is (93,7,175). Sum of RGB (Red+Green+Blue) = 93+7+175=275 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.82% from 275); Green value is 7 (3.12% from 255 or 2.55% from 275); Blue value is 175 (68.75% from 255 or 63.64% from 275); Max value from RGB is 175 - color contains mainly: blue. Hex color #5D07AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D07AF is #A2F850. Grayscale: #333333. Windows color (decimal): -10680401 or 11470685. OLE color: 11470685.
HSL color Cylindrical-coordinate representation of color #5D07AF: hue angle of 270.71º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5D07AF is Cyan = 0.47, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 93 | 7 | 175 | - |
| CMYK | 0.47 | 0.96 | 0 | 0.31 |
| HSL | 270.71º | 0.92% | 0.36% | - |
| HSV(B) | 270.71º | 0.96% | 0.69% | - |
| XYZ | 12.33 | 5.57 | 40.98 | - |
| YUV | 51.87 | 197.49 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 7 | 175 | 0.47 | 0.96 | 0 | 0.31 | 270.71 | 0.92 | 0.36 |
| Hex | 5D | 7 | AF | 2F | 60 | 0 | 1F | 10F | 5C | 24 |
| Octal | 135 | 7 | 257 | 57 | 140 | 0 | 37 | 417 | 134 | 44 |
| Binary | 1011101 | 111 | 10101111 | 101111 | 1100000 | 0 | 11111 | 100001111 | 1011100 | 100100 |
Color Harmonies of #5D07AF
Complementary color
Monochromatic Colors of #5D07AF
Black with #5D07AF
Text Example
Text Example
White with #5D07AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D07AF; }
p { color: rgb(93,7,175); }
H1.HeaderClassName
{
color: #5D07AF;
}
.AnyTagClassName
{
color: #5D07AF;
}
</style>
background-color css
<style>
a { background-color: #5D07AF; }
a { background-color: rgb(93,7,175); }
div.DivClassName
{
background-color: #5D07AF;
}
.BgClassName
{
background-color: #5D07AF;
}
</style>
border-color css
<style>
span { border-color: #5D07AF; }
span { border-color: rgb(93,7,175); }
td.TdClassName
{
border-color: #5D07AF;
}
.TagClassName
{
border-color: #5D07AF;
}
</style>