Shades of Purple Heart #4A30CF
Tints of Purple Heart #4A30CF
RGB
CMYK
RGB Variations
Color information
#4A30CF (or 0x4A30CF) is known color: Purple Heart. HEX triplet: 4A, 30 and CF. RGB value is (74,48,207). Sum of RGB (Red+Green+Blue) = 74+48+207=329 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.49% from 329); Green value is 48 (19.14% from 255 or 14.59% from 329); Blue value is 207 (81.25% from 255 or 62.92% from 329); Max value from RGB is 207 - color contains mainly: blue. Hex color #4A30CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A30CF is #B5CF30. Grayscale: #494949. Windows color (decimal): -11915057 or 13578314. OLE color: 13578314.
HSL color Cylindrical-coordinate representation of color #4A30CF: hue angle of 249.81º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4A30CF is Cyan = 0.64, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 74 | 48 | 207 | - |
| CMYK | 0.64 | 0.77 | 0 | 0.19 |
| HSL | 249.81º | 0.62% | 0.5% | - |
| HSV(B) | 249.81º | 0.77% | 0.81% | - |
| XYZ | 15.14 | 8.07 | 59.79 | - |
| YUV | 73.9 | 203.11 | 128.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 48 | 207 | 0.64 | 0.77 | 0 | 0.19 | 249.81 | 0.62 | 0.5 |
| Hex | 4A | 30 | CF | 40 | 4D | 0 | 13 | FA | 3E | 32 |
| Octal | 112 | 60 | 317 | 100 | 115 | 0 | 23 | 372 | 76 | 62 |
| Binary | 1001010 | 110000 | 11001111 | 1000000 | 1001101 | 0 | 10011 | 11111010 | 111110 | 110010 |
Color Harmonies of #4A30CF
Complementary color
Monochromatic Colors of #4A30CF
Black with #4A30CF
Text Example
Text Example
White with #4A30CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A30CF; }
p { color: rgb(74,48,207); }
H1.HeaderClassName
{
color: #4A30CF;
}
.AnyTagClassName
{
color: #4A30CF;
}
</style>
background-color css
<style>
a { background-color: #4A30CF; }
a { background-color: rgb(74,48,207); }
div.DivClassName
{
background-color: #4A30CF;
}
.BgClassName
{
background-color: #4A30CF;
}
</style>
border-color css
<style>
span { border-color: #4A30CF; }
span { border-color: rgb(74,48,207); }
td.TdClassName
{
border-color: #4A30CF;
}
.TagClassName
{
border-color: #4A30CF;
}
</style>