Shades of Purple Heart #5C07AF
Tints of Purple Heart #5C07AF
RGB
CMYK
RGB Variations
Color information
#5C07AF (or 0x5C07AF) is known color: Purple Heart. HEX triplet: 5C, 07 and AF. RGB value is (92,7,175). Sum of RGB (Red+Green+Blue) = 92+7+175=274 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.58% from 274); Green value is 7 (3.12% from 255 or 2.55% from 274); Blue value is 175 (68.75% from 255 or 63.87% from 274); Max value from RGB is 175 - color contains mainly: blue. Hex color #5C07AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C07AF is #A3F850. Grayscale: #323232. Windows color (decimal): -10745937 or 11470684. OLE color: 11470684.
HSL color Cylindrical-coordinate representation of color #5C07AF: hue angle of 270.36º 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 #5C07AF is Cyan = 0.47, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 92 | 7 | 175 | - |
| CMYK | 0.47 | 0.96 | 0 | 0.31 |
| HSL | 270.36º | 0.92% | 0.36% | - |
| HSV(B) | 270.36º | 0.96% | 0.69% | - |
| XYZ | 12.23 | 5.52 | 40.98 | - |
| YUV | 51.57 | 197.66 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 7 | 175 | 0.47 | 0.96 | 0 | 0.31 | 270.36 | 0.92 | 0.36 |
| Hex | 5C | 7 | AF | 2F | 60 | 0 | 1F | 10E | 5C | 24 |
| Octal | 134 | 7 | 257 | 57 | 140 | 0 | 37 | 416 | 134 | 44 |
| Binary | 1011100 | 111 | 10101111 | 101111 | 1100000 | 0 | 11111 | 100001110 | 1011100 | 100100 |
Color Harmonies of #5C07AF
Complementary color
Monochromatic Colors of #5C07AF
Black with #5C07AF
Text Example
Text Example
White with #5C07AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C07AF; }
p { color: rgb(92,7,175); }
H1.HeaderClassName
{
color: #5C07AF;
}
.AnyTagClassName
{
color: #5C07AF;
}
</style>
background-color css
<style>
a { background-color: #5C07AF; }
a { background-color: rgb(92,7,175); }
div.DivClassName
{
background-color: #5C07AF;
}
.BgClassName
{
background-color: #5C07AF;
}
</style>
border-color css
<style>
span { border-color: #5C07AF; }
span { border-color: rgb(92,7,175); }
td.TdClassName
{
border-color: #5C07AF;
}
.TagClassName
{
border-color: #5C07AF;
}
</style>