Shades of Purple Heart #4A30C4
Tints of Purple Heart #4A30C4
RGB
CMYK
RGB Variations
Color information
#4A30C4 (or 0x4A30C4) is known color: Purple Heart. HEX triplet: 4A, 30 and C4. RGB value is (74,48,196). Sum of RGB (Red+Green+Blue) = 74+48+196=318 (42% of max value = 765). Red value is 74 (29.30% from 255 or 23.27% from 318); Green value is 48 (19.14% from 255 or 15.09% from 318); Blue value is 196 (76.95% from 255 or 61.64% from 318); Max value from RGB is 196 - color contains mainly: blue. Hex color #4A30C4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A30C4 is #B5CF3B. Grayscale: #484848. Windows color (decimal): -11915068 or 12857418. OLE color: 12857418.
HSL color Cylindrical-coordinate representation of color #4A30C4: hue angle of 250.54º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4A30C4 is Cyan = 0.62, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 74 | 48 | 196 | - |
| CMYK | 0.62 | 0.76 | 0 | 0.23 |
| HSL | 250.54º | 0.61% | 0.48% | - |
| HSV(B) | 250.54º | 0.76% | 0.77% | - |
| XYZ | 13.84 | 7.56 | 52.95 | - |
| YUV | 72.65 | 197.61 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 48 | 196 | 0.62 | 0.76 | 0 | 0.23 | 250.54 | 0.61 | 0.48 |
| Hex | 4A | 30 | C4 | 3E | 4C | 0 | 17 | FB | 3D | 30 |
| Octal | 112 | 60 | 304 | 76 | 114 | 0 | 27 | 373 | 75 | 60 |
| Binary | 1001010 | 110000 | 11000100 | 111110 | 1001100 | 0 | 10111 | 11111011 | 111101 | 110000 |
Color Harmonies of #4A30C4
Complementary color
Monochromatic Colors of #4A30C4
Black with #4A30C4
Text Example
Text Example
White with #4A30C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A30C4; }
p { color: rgb(74,48,196); }
H1.HeaderClassName
{
color: #4A30C4;
}
.AnyTagClassName
{
color: #4A30C4;
}
</style>
background-color css
<style>
a { background-color: #4A30C4; }
a { background-color: rgb(74,48,196); }
div.DivClassName
{
background-color: #4A30C4;
}
.BgClassName
{
background-color: #4A30C4;
}
</style>
border-color css
<style>
span { border-color: #4A30C4; }
span { border-color: rgb(74,48,196); }
td.TdClassName
{
border-color: #4A30C4;
}
.TagClassName
{
border-color: #4A30C4;
}
</style>