Shades of Purple Heart #5C20CB
Tints of Purple Heart #5C20CB
RGB
CMYK
RGB Variations
Color information
#5C20CB (or 0x5C20CB) is known color: Purple Heart. HEX triplet: 5C, 20 and CB. RGB value is (92,32,203). Sum of RGB (Red+Green+Blue) = 92+32+203=327 (43% of max value = 765). Red value is 92 (36.33% from 255 or 28.13% from 327); Green value is 32 (12.89% from 255 or 9.79% from 327); Blue value is 203 (79.69% from 255 or 62.08% from 327); Max value from RGB is 203 - color contains mainly: blue. Hex color #5C20CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C20CB is #A3DF34. Grayscale: #444444. Windows color (decimal): -10739509 or 13312092. OLE color: 13312092.
HSL color Cylindrical-coordinate representation of color #5C20CB: hue angle of 261.05º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5C20CB is Cyan = 0.55, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 92 | 32 | 203 | - |
| CMYK | 0.55 | 0.84 | 0 | 0.20 |
| HSL | 261.05º | 0.73% | 0.46% | - |
| HSV(B) | 261.05º | 0.84% | 0.8% | - |
| XYZ | 15.71 | 7.62 | 57.14 | - |
| YUV | 69.43 | 203.38 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 32 | 203 | 0.55 | 0.84 | 0 | 0.20 | 261.05 | 0.73 | 0.46 |
| Hex | 5C | 20 | CB | 37 | 54 | 0 | 14 | 105 | 49 | 2E |
| Octal | 134 | 40 | 313 | 67 | 124 | 0 | 24 | 405 | 111 | 56 |
| Binary | 1011100 | 100000 | 11001011 | 110111 | 1010100 | 0 | 10100 | 100000101 | 1001001 | 101110 |
Color Harmonies of #5C20CB
Complementary color
Monochromatic Colors of #5C20CB
Black with #5C20CB
Text Example
Text Example
White with #5C20CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C20CB; }
p { color: rgb(92,32,203); }
H1.HeaderClassName
{
color: #5C20CB;
}
.AnyTagClassName
{
color: #5C20CB;
}
</style>
background-color css
<style>
a { background-color: #5C20CB; }
a { background-color: rgb(92,32,203); }
div.DivClassName
{
background-color: #5C20CB;
}
.BgClassName
{
background-color: #5C20CB;
}
</style>
border-color css
<style>
span { border-color: #5C20CB; }
span { border-color: rgb(92,32,203); }
td.TdClassName
{
border-color: #5C20CB;
}
.TagClassName
{
border-color: #5C20CB;
}
</style>