Shades of Purple Heart #5C3BAF
Tints of Purple Heart #5C3BAF
RGB
CMYK
RGB Variations
Color information
#5C3BAF (or 0x5C3BAF) is known color: Purple Heart. HEX triplet: 5C, 3B and AF. RGB value is (92,59,175). Sum of RGB (Red+Green+Blue) = 92+59+175=326 (43% of max value = 765). Red value is 92 (36.33% from 255 or 28.22% from 326); Green value is 59 (23.44% from 255 or 18.10% from 326); Blue value is 175 (68.75% from 255 or 53.68% from 326); Max value from RGB is 175 - color contains mainly: blue. Hex color #5C3BAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C3BAF is #A3C450. Grayscale: #515151. Windows color (decimal): -10732625 or 11483996. OLE color: 11483996.
HSL color Cylindrical-coordinate representation of color #5C3BAF: hue angle of 257.07º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5C3BAF is Cyan = 0.47, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 92 | 59 | 175 | - |
| CMYK | 0.47 | 0.66 | 0 | 0.31 |
| HSL | 257.07º | 0.5% | 0.46% | - |
| HSV(B) | 257.07º | 0.66% | 0.69% | - |
| XYZ | 13.72 | 8.5 | 41.47 | - |
| YUV | 82.09 | 180.43 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 59 | 175 | 0.47 | 0.66 | 0 | 0.31 | 257.07 | 0.5 | 0.46 |
| Hex | 5C | 3B | AF | 2F | 42 | 0 | 1F | 101 | 32 | 2E |
| Octal | 134 | 73 | 257 | 57 | 102 | 0 | 37 | 401 | 62 | 56 |
| Binary | 1011100 | 111011 | 10101111 | 101111 | 1000010 | 0 | 11111 | 100000001 | 110010 | 101110 |
Color Harmonies of #5C3BAF
Complementary color
Monochromatic Colors of #5C3BAF
Black with #5C3BAF
Text Example
Text Example
White with #5C3BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C3BAF; }
p { color: rgb(92,59,175); }
H1.HeaderClassName
{
color: #5C3BAF;
}
.AnyTagClassName
{
color: #5C3BAF;
}
</style>
background-color css
<style>
a { background-color: #5C3BAF; }
a { background-color: rgb(92,59,175); }
div.DivClassName
{
background-color: #5C3BAF;
}
.BgClassName
{
background-color: #5C3BAF;
}
</style>
border-color css
<style>
span { border-color: #5C3BAF; }
span { border-color: rgb(92,59,175); }
td.TdClassName
{
border-color: #5C3BAF;
}
.TagClassName
{
border-color: #5C3BAF;
}
</style>