Shades of Purple Heart #5C3AC4
Tints of Purple Heart #5C3AC4
RGB
CMYK
RGB Variations
Color information
#5C3AC4 (or 0x5C3AC4) is known color: Purple Heart. HEX triplet: 5C, 3A and C4. RGB value is (92,58,196). Sum of RGB (Red+Green+Blue) = 92+58+196=346 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.59% from 346); Green value is 58 (23.05% from 255 or 16.76% from 346); Blue value is 196 (76.95% from 255 or 56.65% from 346); Max value from RGB is 196 - color contains mainly: blue. Hex color #5C3AC4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C3AC4 is #A3C53B. Grayscale: #535353. Windows color (decimal): -10732860 or 12859996. OLE color: 12859996.
HSL color Cylindrical-coordinate representation of color #5C3AC4: hue angle of 254.78º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5C3AC4 is Cyan = 0.53, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 92 | 58 | 196 | - |
| CMYK | 0.53 | 0.70 | 0 | 0.23 |
| HSL | 254.78º | 0.54% | 0.5% | - |
| HSV(B) | 254.78º | 0.7% | 0.77% | - |
| XYZ | 15.89 | 9.29 | 53.18 | - |
| YUV | 83.9 | 191.26 | 133.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 58 | 196 | 0.53 | 0.70 | 0 | 0.23 | 254.78 | 0.54 | 0.5 |
| Hex | 5C | 3A | C4 | 35 | 46 | 0 | 17 | FF | 36 | 32 |
| Octal | 134 | 72 | 304 | 65 | 106 | 0 | 27 | 377 | 66 | 62 |
| Binary | 1011100 | 111010 | 11000100 | 110101 | 1000110 | 0 | 10111 | 11111111 | 110110 | 110010 |
Color Harmonies of #5C3AC4
Complementary color
Monochromatic Colors of #5C3AC4
Black with #5C3AC4
Text Example
Text Example
White with #5C3AC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C3AC4; }
p { color: rgb(92,58,196); }
H1.HeaderClassName
{
color: #5C3AC4;
}
.AnyTagClassName
{
color: #5C3AC4;
}
</style>
background-color css
<style>
a { background-color: #5C3AC4; }
a { background-color: rgb(92,58,196); }
div.DivClassName
{
background-color: #5C3AC4;
}
.BgClassName
{
background-color: #5C3AC4;
}
</style>
border-color css
<style>
span { border-color: #5C3AC4; }
span { border-color: rgb(92,58,196); }
td.TdClassName
{
border-color: #5C3AC4;
}
.TagClassName
{
border-color: #5C3AC4;
}
</style>