Shades of Purple Heart #5C22B3
Tints of Purple Heart #5C22B3
RGB
CMYK
RGB Variations
Color information
#5C22B3 (or 0x5C22B3) is known color: Purple Heart. HEX triplet: 5C, 22 and B3. RGB value is (92,34,179). Sum of RGB (Red+Green+Blue) = 92+34+179=305 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.16% from 305); Green value is 34 (13.67% from 255 or 11.15% from 305); Blue value is 179 (70.31% from 255 or 58.69% from 305); Max value from RGB is 179 - color contains mainly: blue. Hex color #5C22B3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C22B3 is #A3DD4C. Grayscale: #434343. Windows color (decimal): -10739021 or 11739740. OLE color: 11739740.
HSL color Cylindrical-coordinate representation of color #5C22B3: hue angle of 264º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5C22B3 is Cyan = 0.49, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 92 | 34 | 179 | - |
| CMYK | 0.49 | 0.81 | 0 | 0.30 |
| HSL | 264º | 0.68% | 0.42% | - |
| HSV(B) | 264º | 0.81% | 0.7% | - |
| XYZ | 13.12 | 6.67 | 43.24 | - |
| YUV | 67.87 | 190.72 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 34 | 179 | 0.49 | 0.81 | 0 | 0.30 | 264 | 0.68 | 0.42 |
| Hex | 5C | 22 | B3 | 31 | 51 | 0 | 1E | 108 | 44 | 2A |
| Octal | 134 | 42 | 263 | 61 | 121 | 0 | 36 | 410 | 104 | 52 |
| Binary | 1011100 | 100010 | 10110011 | 110001 | 1010001 | 0 | 11110 | 100001000 | 1000100 | 101010 |
Color Harmonies of #5C22B3
Complementary color
Monochromatic Colors of #5C22B3
Black with #5C22B3
Text Example
Text Example
White with #5C22B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C22B3; }
p { color: rgb(92,34,179); }
H1.HeaderClassName
{
color: #5C22B3;
}
.AnyTagClassName
{
color: #5C22B3;
}
</style>
background-color css
<style>
a { background-color: #5C22B3; }
a { background-color: rgb(92,34,179); }
div.DivClassName
{
background-color: #5C22B3;
}
.BgClassName
{
background-color: #5C22B3;
}
</style>
border-color css
<style>
span { border-color: #5C22B3; }
span { border-color: rgb(92,34,179); }
td.TdClassName
{
border-color: #5C22B3;
}
.TagClassName
{
border-color: #5C22B3;
}
</style>