Shades of Purple Heart #4C25C2
Tints of Purple Heart #4C25C2
RGB
CMYK
RGB Variations
Color information
#4C25C2 (or 0x4C25C2) is known color: Purple Heart. HEX triplet: 4C, 25 and C2. RGB value is (76,37,194). Sum of RGB (Red+Green+Blue) = 76+37+194=307 (40% of max value = 765). Red value is 76 (30.08% from 255 or 24.76% from 307); Green value is 37 (14.84% from 255 or 12.05% from 307); Blue value is 194 (76.17% from 255 or 63.19% from 307); Max value from RGB is 194 - color contains mainly: blue. Hex color #4C25C2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C25C2 is #B3DA3D. Grayscale: #414141. Windows color (decimal): -11786814 or 12723532. OLE color: 12723532.
HSL color Cylindrical-coordinate representation of color #4C25C2: hue angle of 254.9º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4C25C2 is Cyan = 0.61, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 76 | 37 | 194 | - |
| CMYK | 0.61 | 0.81 | 0 | 0.24 |
| HSL | 254.9º | 0.68% | 0.45% | - |
| HSV(B) | 254.9º | 0.81% | 0.76% | - |
| XYZ | 13.38 | 6.75 | 51.64 | - |
| YUV | 66.56 | 199.92 | 134.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 37 | 194 | 0.61 | 0.81 | 0 | 0.24 | 254.9 | 0.68 | 0.45 |
| Hex | 4C | 25 | C2 | 3D | 51 | 0 | 18 | FF | 44 | 2D |
| Octal | 114 | 45 | 302 | 75 | 121 | 0 | 30 | 377 | 104 | 55 |
| Binary | 1001100 | 100101 | 11000010 | 111101 | 1010001 | 0 | 11000 | 11111111 | 1000100 | 101101 |
Color Harmonies of #4C25C2
Complementary color
Monochromatic Colors of #4C25C2
Black with #4C25C2
Text Example
Text Example
White with #4C25C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C25C2; }
p { color: rgb(76,37,194); }
H1.HeaderClassName
{
color: #4C25C2;
}
.AnyTagClassName
{
color: #4C25C2;
}
</style>
background-color css
<style>
a { background-color: #4C25C2; }
a { background-color: rgb(76,37,194); }
div.DivClassName
{
background-color: #4C25C2;
}
.BgClassName
{
background-color: #4C25C2;
}
</style>
border-color css
<style>
span { border-color: #4C25C2; }
span { border-color: rgb(76,37,194); }
td.TdClassName
{
border-color: #4C25C2;
}
.TagClassName
{
border-color: #4C25C2;
}
</style>