Shades of Purple Heart #5C3CCB
Tints of Purple Heart #5C3CCB
RGB
CMYK
RGB Variations
Color information
#5C3CCB (or 0x5C3CCB) is known color: Purple Heart. HEX triplet: 5C, 3C and CB. RGB value is (92,60,203). Sum of RGB (Red+Green+Blue) = 92+60+203=355 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.92% from 355); Green value is 60 (23.83% from 255 or 16.90% from 355); Blue value is 203 (79.69% from 255 or 57.18% from 355); Max value from RGB is 203 - color contains mainly: blue. Hex color #5C3CCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C3CCB is #A3C334. Grayscale: #555555. Windows color (decimal): -10732341 or 13319260. OLE color: 13319260.
HSL color Cylindrical-coordinate representation of color #5C3CCB: hue angle of 253.43º 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 #5C3CCB is Cyan = 0.55, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 92 | 60 | 203 | - |
| CMYK | 0.55 | 0.70 | 0 | 0.20 |
| HSL | 253.43º | 0.58% | 0.52% | - |
| HSV(B) | 253.43º | 0.7% | 0.8% | - |
| XYZ | 16.81 | 9.82 | 57.51 | - |
| YUV | 85.87 | 194.1 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 60 | 203 | 0.55 | 0.70 | 0 | 0.20 | 253.43 | 0.58 | 0.52 |
| Hex | 5C | 3C | CB | 37 | 46 | 0 | 14 | FD | 3A | 34 |
| Octal | 134 | 74 | 313 | 67 | 106 | 0 | 24 | 375 | 72 | 64 |
| Binary | 1011100 | 111100 | 11001011 | 110111 | 1000110 | 0 | 10100 | 11111101 | 111010 | 110100 |
Color Harmonies of #5C3CCB
Complementary color
Monochromatic Colors of #5C3CCB
Black with #5C3CCB
Text Example
Text Example
White with #5C3CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C3CCB; }
p { color: rgb(92,60,203); }
H1.HeaderClassName
{
color: #5C3CCB;
}
.AnyTagClassName
{
color: #5C3CCB;
}
</style>
background-color css
<style>
a { background-color: #5C3CCB; }
a { background-color: rgb(92,60,203); }
div.DivClassName
{
background-color: #5C3CCB;
}
.BgClassName
{
background-color: #5C3CCB;
}
</style>
border-color css
<style>
span { border-color: #5C3CCB; }
span { border-color: rgb(92,60,203); }
td.TdClassName
{
border-color: #5C3CCB;
}
.TagClassName
{
border-color: #5C3CCB;
}
</style>