Shades of Purple Heart #5C3DCB
Tints of Purple Heart #5C3DCB
RGB
CMYK
RGB Variations
Color information
#5C3DCB (or 0x5C3DCB) is known color: Purple Heart. HEX triplet: 5C, 3D and CB. RGB value is (92,61,203). Sum of RGB (Red+Green+Blue) = 92+61+203=356 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.84% from 356); Green value is 61 (24.22% from 255 or 17.13% from 356); Blue value is 203 (79.69% from 255 or 57.02% from 356); Max value from RGB is 203 - color contains mainly: blue. Hex color #5C3DCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C3DCB is #A3C234. Grayscale: #555555. Windows color (decimal): -10732085 or 13319516. OLE color: 13319516.
HSL color Cylindrical-coordinate representation of color #5C3DCB: hue angle of 253.1º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5C3DCB is Cyan = 0.55, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 92 | 61 | 203 | - |
| CMYK | 0.55 | 0.70 | 0 | 0.20 |
| HSL | 253.1º | 0.58% | 0.52% | - |
| HSV(B) | 253.1º | 0.7% | 0.8% | - |
| XYZ | 16.86 | 9.92 | 57.53 | - |
| YUV | 86.46 | 193.77 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 61 | 203 | 0.55 | 0.70 | 0 | 0.20 | 253.1 | 0.58 | 0.52 |
| Hex | 5C | 3D | CB | 37 | 46 | 0 | 14 | FD | 3A | 34 |
| Octal | 134 | 75 | 313 | 67 | 106 | 0 | 24 | 375 | 72 | 64 |
| Binary | 1011100 | 111101 | 11001011 | 110111 | 1000110 | 0 | 10100 | 11111101 | 111010 | 110100 |
Color Harmonies of #5C3DCB
Complementary color
Monochromatic Colors of #5C3DCB
Black with #5C3DCB
Text Example
Text Example
White with #5C3DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C3DCB; }
p { color: rgb(92,61,203); }
H1.HeaderClassName
{
color: #5C3DCB;
}
.AnyTagClassName
{
color: #5C3DCB;
}
</style>
background-color css
<style>
a { background-color: #5C3DCB; }
a { background-color: rgb(92,61,203); }
div.DivClassName
{
background-color: #5C3DCB;
}
.BgClassName
{
background-color: #5C3DCB;
}
</style>
border-color css
<style>
span { border-color: #5C3DCB; }
span { border-color: rgb(92,61,203); }
td.TdClassName
{
border-color: #5C3DCB;
}
.TagClassName
{
border-color: #5C3DCB;
}
</style>