Shades of Purple Heart #5C38DB
Tints of Purple Heart #5C38DB
RGB
CMYK
RGB Variations
Color information
#5C38DB (or 0x5C38DB) is known color: Purple Heart. HEX triplet: 5C, 38 and DB. RGB value is (92,56,219). Sum of RGB (Red+Green+Blue) = 92+56+219=367 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25.07% from 367); Green value is 56 (22.27% from 255 or 15.26% from 367); Blue value is 219 (85.94% from 255 or 59.67% from 367); Max value from RGB is 219 - color contains mainly: blue. Hex color #5C38DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C38DB is #A3C724. Grayscale: #545454. Windows color (decimal): -10733349 or 14366812. OLE color: 14366812.
HSL color Cylindrical-coordinate representation of color #5C38DB: hue angle of 253.25º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5C38DB is Cyan = 0.58, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 92 | 56 | 219 | - |
| CMYK | 0.58 | 0.74 | 0 | 0.14 |
| HSL | 253.25º | 0.69% | 0.54% | - |
| HSV(B) | 253.25º | 0.74% | 0.86% | - |
| XYZ | 18.61 | 10.22 | 68.01 | - |
| YUV | 85.35 | 203.43 | 132.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 56 | 219 | 0.58 | 0.74 | 0 | 0.14 | 253.25 | 0.69 | 0.54 |
| Hex | 5C | 38 | DB | 3A | 4A | 0 | E | FD | 45 | 36 |
| Octal | 134 | 70 | 333 | 72 | 112 | 0 | 16 | 375 | 105 | 66 |
| Binary | 1011100 | 111000 | 11011011 | 111010 | 1001010 | 0 | 1110 | 11111101 | 1000101 | 110110 |
Color Harmonies of #5C38DB
Complementary color
Monochromatic Colors of #5C38DB
Black with #5C38DB
Text Example
Text Example
White with #5C38DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C38DB; }
p { color: rgb(92,56,219); }
H1.HeaderClassName
{
color: #5C38DB;
}
.AnyTagClassName
{
color: #5C38DB;
}
</style>
background-color css
<style>
a { background-color: #5C38DB; }
a { background-color: rgb(92,56,219); }
div.DivClassName
{
background-color: #5C38DB;
}
.BgClassName
{
background-color: #5C38DB;
}
</style>
border-color css
<style>
span { border-color: #5C38DB; }
span { border-color: rgb(92,56,219); }
td.TdClassName
{
border-color: #5C38DB;
}
.TagClassName
{
border-color: #5C38DB;
}
</style>