Shades of Purple Heart #5C2DAF
Tints of Purple Heart #5C2DAF
RGB
CMYK
RGB Variations
Color information
#5C2DAF (or 0x5C2DAF) is known color: Purple Heart. HEX triplet: 5C, 2D and AF. RGB value is (92,45,175). Sum of RGB (Red+Green+Blue) = 92+45+175=312 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.49% from 312); Green value is 45 (17.97% from 255 or 14.42% from 312); Blue value is 175 (68.75% from 255 or 56.09% from 312); Max value from RGB is 175 - color contains mainly: blue. Hex color #5C2DAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C2DAF is #A3D250. Grayscale: #494949. Windows color (decimal): -10736209 or 11480412. OLE color: 11480412.
HSL color Cylindrical-coordinate representation of color #5C2DAF: hue angle of 261.69º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5C2DAF is Cyan = 0.47, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 92 | 45 | 175 | - |
| CMYK | 0.47 | 0.74 | 0 | 0.31 |
| HSL | 261.69º | 0.59% | 0.43% | - |
| HSV(B) | 261.69º | 0.74% | 0.69% | - |
| XYZ | 13.09 | 7.25 | 41.27 | - |
| YUV | 73.87 | 185.07 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 45 | 175 | 0.47 | 0.74 | 0 | 0.31 | 261.69 | 0.59 | 0.43 |
| Hex | 5C | 2D | AF | 2F | 4A | 0 | 1F | 106 | 3B | 2B |
| Octal | 134 | 55 | 257 | 57 | 112 | 0 | 37 | 406 | 73 | 53 |
| Binary | 1011100 | 101101 | 10101111 | 101111 | 1001010 | 0 | 11111 | 100000110 | 111011 | 101011 |
Color Harmonies of #5C2DAF
Complementary color
Monochromatic Colors of #5C2DAF
Black with #5C2DAF
Text Example
Text Example
White with #5C2DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2DAF; }
p { color: rgb(92,45,175); }
H1.HeaderClassName
{
color: #5C2DAF;
}
.AnyTagClassName
{
color: #5C2DAF;
}
</style>
background-color css
<style>
a { background-color: #5C2DAF; }
a { background-color: rgb(92,45,175); }
div.DivClassName
{
background-color: #5C2DAF;
}
.BgClassName
{
background-color: #5C2DAF;
}
</style>
border-color css
<style>
span { border-color: #5C2DAF; }
span { border-color: rgb(92,45,175); }
td.TdClassName
{
border-color: #5C2DAF;
}
.TagClassName
{
border-color: #5C2DAF;
}
</style>