Shades of Purple Heart #5C2DBE
Tints of Purple Heart #5C2DBE
RGB
CMYK
RGB Variations
Color information
#5C2DBE (or 0x5C2DBE) is known color: Purple Heart. HEX triplet: 5C, 2D and BE. RGB value is (92,45,190). Sum of RGB (Red+Green+Blue) = 92+45+190=327 (43% of max value = 765). Red value is 92 (36.33% from 255 or 28.13% from 327); Green value is 45 (17.97% from 255 or 13.76% from 327); Blue value is 190 (74.61% from 255 or 58.10% from 327); Max value from RGB is 190 - color contains mainly: blue. Hex color #5C2DBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C2DBE is #A3D241. Grayscale: #4B4B4B. Windows color (decimal): -10736194 or 12463452. OLE color: 12463452.
HSL color Cylindrical-coordinate representation of color #5C2DBE: hue angle of 259.45º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5C2DBE is Cyan = 0.52, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 92 | 45 | 190 | - |
| CMYK | 0.52 | 0.76 | 0 | 0.25 |
| HSL | 259.45º | 0.62% | 0.46% | - |
| HSV(B) | 259.45º | 0.76% | 0.75% | - |
| XYZ | 14.65 | 7.87 | 49.46 | - |
| YUV | 75.58 | 192.57 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 45 | 190 | 0.52 | 0.76 | 0 | 0.25 | 259.45 | 0.62 | 0.46 |
| Hex | 5C | 2D | BE | 34 | 4C | 0 | 19 | 103 | 3E | 2E |
| Octal | 134 | 55 | 276 | 64 | 114 | 0 | 31 | 403 | 76 | 56 |
| Binary | 1011100 | 101101 | 10111110 | 110100 | 1001100 | 0 | 11001 | 100000011 | 111110 | 101110 |
Color Harmonies of #5C2DBE
Complementary color
Monochromatic Colors of #5C2DBE
Black with #5C2DBE
Text Example
Text Example
White with #5C2DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2DBE; }
p { color: rgb(92,45,190); }
H1.HeaderClassName
{
color: #5C2DBE;
}
.AnyTagClassName
{
color: #5C2DBE;
}
</style>
background-color css
<style>
a { background-color: #5C2DBE; }
a { background-color: rgb(92,45,190); }
div.DivClassName
{
background-color: #5C2DBE;
}
.BgClassName
{
background-color: #5C2DBE;
}
</style>
border-color css
<style>
span { border-color: #5C2DBE; }
span { border-color: rgb(92,45,190); }
td.TdClassName
{
border-color: #5C2DBE;
}
.TagClassName
{
border-color: #5C2DBE;
}
</style>