Shades of Purple Heart #4C38CE
Tints of Purple Heart #4C38CE
RGB
CMYK
RGB Variations
Color information
#4C38CE (or 0x4C38CE) is known color: Purple Heart. HEX triplet: 4C, 38 and CE. RGB value is (76,56,206). Sum of RGB (Red+Green+Blue) = 76+56+206=338 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.49% from 338); Green value is 56 (22.27% from 255 or 16.57% from 338); Blue value is 206 (80.86% from 255 or 60.95% from 338); Max value from RGB is 206 - color contains mainly: blue. Hex color #4C38CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C38CE is #B3C731. Grayscale: #4E4E4E. Windows color (decimal): -11781938 or 13514828. OLE color: 13514828.
HSL color Cylindrical-coordinate representation of color #4C38CE: hue angle of 248º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4C38CE is Cyan = 0.63, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 76 | 56 | 206 | - |
| CMYK | 0.63 | 0.73 | 0 | 0.19 |
| HSL | 248º | 0.6% | 0.51% | - |
| HSV(B) | 248º | 0.73% | 0.81% | - |
| XYZ | 15.54 | 8.82 | 59.28 | - |
| YUV | 79.08 | 199.63 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 56 | 206 | 0.63 | 0.73 | 0 | 0.19 | 248 | 0.6 | 0.51 |
| Hex | 4C | 38 | CE | 3F | 49 | 0 | 13 | F8 | 3C | 33 |
| Octal | 114 | 70 | 316 | 77 | 111 | 0 | 23 | 370 | 74 | 63 |
| Binary | 1001100 | 111000 | 11001110 | 111111 | 1001001 | 0 | 10011 | 11111000 | 111100 | 110011 |
Color Harmonies of #4C38CE
Complementary color
Monochromatic Colors of #4C38CE
Black with #4C38CE
Text Example
Text Example
White with #4C38CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C38CE; }
p { color: rgb(76,56,206); }
H1.HeaderClassName
{
color: #4C38CE;
}
.AnyTagClassName
{
color: #4C38CE;
}
</style>
background-color css
<style>
a { background-color: #4C38CE; }
a { background-color: rgb(76,56,206); }
div.DivClassName
{
background-color: #4C38CE;
}
.BgClassName
{
background-color: #4C38CE;
}
</style>
border-color css
<style>
span { border-color: #4C38CE; }
span { border-color: rgb(76,56,206); }
td.TdClassName
{
border-color: #4C38CE;
}
.TagClassName
{
border-color: #4C38CE;
}
</style>