Shades of Purple Heart #5C08AF
Tints of Purple Heart #5C08AF
RGB
CMYK
RGB Variations
Color information
#5C08AF (or 0x5C08AF) is known color: Purple Heart. HEX triplet: 5C, 08 and AF. RGB value is (92,8,175). Sum of RGB (Red+Green+Blue) = 92+8+175=275 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.45% from 275); Green value is 8 (3.52% from 255 or 2.91% 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 #5C08AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C08AF is #A3F750. Grayscale: #333333. Windows color (decimal): -10745681 or 11470940. OLE color: 11470940.
HSL color Cylindrical-coordinate representation of color #5C08AF: hue angle of 270.18º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5C08AF is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 92 | 8 | 175 | - |
| CMYK | 0.47 | 0.95 | 0 | 0.31 |
| HSL | 270.18º | 0.91% | 0.36% | - |
| HSV(B) | 270.18º | 0.95% | 0.69% | - |
| XYZ | 12.24 | 5.54 | 40.98 | - |
| YUV | 52.15 | 197.33 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 8 | 175 | 0.47 | 0.95 | 0 | 0.31 | 270.18 | 0.91 | 0.36 |
| Hex | 5C | 8 | AF | 2F | 5F | 0 | 1F | 10E | 5B | 24 |
| Octal | 134 | 10 | 257 | 57 | 137 | 0 | 37 | 416 | 133 | 44 |
| Binary | 1011100 | 1000 | 10101111 | 101111 | 1011111 | 0 | 11111 | 100001110 | 1011011 | 100100 |
Color Harmonies of #5C08AF
Complementary color
Monochromatic Colors of #5C08AF
Black with #5C08AF
Text Example
Text Example
White with #5C08AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C08AF; }
p { color: rgb(92,8,175); }
H1.HeaderClassName
{
color: #5C08AF;
}
.AnyTagClassName
{
color: #5C08AF;
}
</style>
background-color css
<style>
a { background-color: #5C08AF; }
a { background-color: rgb(92,8,175); }
div.DivClassName
{
background-color: #5C08AF;
}
.BgClassName
{
background-color: #5C08AF;
}
</style>
border-color css
<style>
span { border-color: #5C08AF; }
span { border-color: rgb(92,8,175); }
td.TdClassName
{
border-color: #5C08AF;
}
.TagClassName
{
border-color: #5C08AF;
}
</style>