Shades of Purple Heart #5C30AC
Tints of Purple Heart #5C30AC
RGB
CMYK
RGB Variations
Color information
#5C30AC (or 0x5C30AC) is known color: Purple Heart. HEX triplet: 5C, 30 and AC. RGB value is (92,48,172). Sum of RGB (Red+Green+Blue) = 92+48+172=312 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.49% from 312); Green value is 48 (19.14% from 255 or 15.38% from 312); Blue value is 172 (67.58% from 255 or 55.13% from 312); Max value from RGB is 172 - color contains mainly: blue. Hex color #5C30AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C30AC is #A3CF53. Grayscale: #4A4A4A. Windows color (decimal): -10735444 or 11284572. OLE color: 11284572.
HSL color Cylindrical-coordinate representation of color #5C30AC: hue angle of 261.29º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5C30AC is Cyan = 0.47, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 92 | 48 | 172 | - |
| CMYK | 0.47 | 0.72 | 0 | 0.33 |
| HSL | 261.29º | 0.56% | 0.43% | - |
| HSV(B) | 261.29º | 0.72% | 0.67% | - |
| XYZ | 12.92 | 7.37 | 39.77 | - |
| YUV | 75.29 | 182.58 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 48 | 172 | 0.47 | 0.72 | 0 | 0.33 | 261.29 | 0.56 | 0.43 |
| Hex | 5C | 30 | AC | 2F | 48 | 0 | 21 | 105 | 38 | 2B |
| Octal | 134 | 60 | 254 | 57 | 110 | 0 | 41 | 405 | 70 | 53 |
| Binary | 1011100 | 110000 | 10101100 | 101111 | 1001000 | 0 | 100001 | 100000101 | 111000 | 101011 |
Color Harmonies of #5C30AC
Complementary color
Monochromatic Colors of #5C30AC
Black with #5C30AC
Text Example
Text Example
White with #5C30AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C30AC; }
p { color: rgb(92,48,172); }
H1.HeaderClassName
{
color: #5C30AC;
}
.AnyTagClassName
{
color: #5C30AC;
}
</style>
background-color css
<style>
a { background-color: #5C30AC; }
a { background-color: rgb(92,48,172); }
div.DivClassName
{
background-color: #5C30AC;
}
.BgClassName
{
background-color: #5C30AC;
}
</style>
border-color css
<style>
span { border-color: #5C30AC; }
span { border-color: rgb(92,48,172); }
td.TdClassName
{
border-color: #5C30AC;
}
.TagClassName
{
border-color: #5C30AC;
}
</style>