Shades of Purple Heart #5C36AF
Tints of Purple Heart #5C36AF
RGB
CMYK
RGB Variations
Color information
#5C36AF (or 0x5C36AF) is known color: Purple Heart. HEX triplet: 5C, 36 and AF. RGB value is (92,54,175). Sum of RGB (Red+Green+Blue) = 92+54+175=321 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.66% from 321); Green value is 54 (21.48% from 255 or 16.82% from 321); Blue value is 175 (68.75% from 255 or 54.52% from 321); Max value from RGB is 175 - color contains mainly: blue. Hex color #5C36AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C36AF is #A3C950. Grayscale: #4E4E4E. Windows color (decimal): -10733905 or 11482716. OLE color: 11482716.
HSL color Cylindrical-coordinate representation of color #5C36AF: hue angle of 258.84º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5C36AF is Cyan = 0.47, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 92 | 54 | 175 | - |
| CMYK | 0.47 | 0.69 | 0 | 0.31 |
| HSL | 258.84º | 0.53% | 0.45% | - |
| HSV(B) | 258.84º | 0.69% | 0.69% | - |
| XYZ | 13.47 | 8.01 | 41.39 | - |
| YUV | 79.16 | 182.09 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 54 | 175 | 0.47 | 0.69 | 0 | 0.31 | 258.84 | 0.53 | 0.45 |
| Hex | 5C | 36 | AF | 2F | 45 | 0 | 1F | 103 | 35 | 2D |
| Octal | 134 | 66 | 257 | 57 | 105 | 0 | 37 | 403 | 65 | 55 |
| Binary | 1011100 | 110110 | 10101111 | 101111 | 1000101 | 0 | 11111 | 100000011 | 110101 | 101101 |
Color Harmonies of #5C36AF
Complementary color
Monochromatic Colors of #5C36AF
Black with #5C36AF
Text Example
Text Example
White with #5C36AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C36AF; }
p { color: rgb(92,54,175); }
H1.HeaderClassName
{
color: #5C36AF;
}
.AnyTagClassName
{
color: #5C36AF;
}
</style>
background-color css
<style>
a { background-color: #5C36AF; }
a { background-color: rgb(92,54,175); }
div.DivClassName
{
background-color: #5C36AF;
}
.BgClassName
{
background-color: #5C36AF;
}
</style>
border-color css
<style>
span { border-color: #5C36AF; }
span { border-color: rgb(92,54,175); }
td.TdClassName
{
border-color: #5C36AF;
}
.TagClassName
{
border-color: #5C36AF;
}
</style>