Shades of Purple Heart #4C30CD
Tints of Purple Heart #4C30CD
RGB
CMYK
RGB Variations
Color information
#4C30CD (or 0x4C30CD) is known color: Purple Heart. HEX triplet: 4C, 30 and CD. RGB value is (76,48,205). Sum of RGB (Red+Green+Blue) = 76+48+205=329 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.10% from 329); Green value is 48 (19.14% from 255 or 14.59% from 329); Blue value is 205 (80.47% from 255 or 62.31% from 329); Max value from RGB is 205 - color contains mainly: blue. Hex color #4C30CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C30CD is #B3CF32. Grayscale: #494949. Windows color (decimal): -11783987 or 13447244. OLE color: 13447244.
HSL color Cylindrical-coordinate representation of color #4C30CD: hue angle of 250.7º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4C30CD is Cyan = 0.63, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 76 | 48 | 205 | - |
| CMYK | 0.63 | 0.77 | 0 | 0.20 |
| HSL | 250.7º | 0.62% | 0.5% | - |
| HSV(B) | 250.7º | 0.77% | 0.8% | - |
| XYZ | 15.06 | 8.06 | 58.52 | - |
| YUV | 74.27 | 201.78 | 129.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 48 | 205 | 0.63 | 0.77 | 0 | 0.20 | 250.7 | 0.62 | 0.5 |
| Hex | 4C | 30 | CD | 3F | 4D | 0 | 14 | FB | 3E | 32 |
| Octal | 114 | 60 | 315 | 77 | 115 | 0 | 24 | 373 | 76 | 62 |
| Binary | 1001100 | 110000 | 11001101 | 111111 | 1001101 | 0 | 10100 | 11111011 | 111110 | 110010 |
Color Harmonies of #4C30CD
Complementary color
Monochromatic Colors of #4C30CD
Black with #4C30CD
Text Example
Text Example
White with #4C30CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C30CD; }
p { color: rgb(76,48,205); }
H1.HeaderClassName
{
color: #4C30CD;
}
.AnyTagClassName
{
color: #4C30CD;
}
</style>
background-color css
<style>
a { background-color: #4C30CD; }
a { background-color: rgb(76,48,205); }
div.DivClassName
{
background-color: #4C30CD;
}
.BgClassName
{
background-color: #4C30CD;
}
</style>
border-color css
<style>
span { border-color: #4C30CD; }
span { border-color: rgb(76,48,205); }
td.TdClassName
{
border-color: #4C30CD;
}
.TagClassName
{
border-color: #4C30CD;
}
</style>