Shades of Purple Heart #4A34CE
Tints of Purple Heart #4A34CE
RGB
CMYK
RGB Variations
Color information
#4A34CE (or 0x4A34CE) is known color: Purple Heart. HEX triplet: 4A, 34 and CE. RGB value is (74,52,206). Sum of RGB (Red+Green+Blue) = 74+52+206=332 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.29% from 332); Green value is 52 (20.70% from 255 or 15.66% from 332); Blue value is 206 (80.86% from 255 or 62.05% from 332); Max value from RGB is 206 - color contains mainly: blue. Hex color #4A34CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A34CE is #B5CB31. Grayscale: #4B4B4B. Windows color (decimal): -11914034 or 13513802. OLE color: 13513802.
HSL color Cylindrical-coordinate representation of color #4A34CE: hue angle of 248.57º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4A34CE is Cyan = 0.64, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 74 | 52 | 206 | - |
| CMYK | 0.64 | 0.75 | 0 | 0.19 |
| HSL | 248.57º | 0.61% | 0.51% | - |
| HSV(B) | 248.57º | 0.75% | 0.81% | - |
| XYZ | 15.19 | 8.37 | 59.21 | - |
| YUV | 76.13 | 201.29 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 52 | 206 | 0.64 | 0.75 | 0 | 0.19 | 248.57 | 0.61 | 0.51 |
| Hex | 4A | 34 | CE | 40 | 4B | 0 | 13 | F9 | 3D | 33 |
| Octal | 112 | 64 | 316 | 100 | 113 | 0 | 23 | 371 | 75 | 63 |
| Binary | 1001010 | 110100 | 11001110 | 1000000 | 1001011 | 0 | 10011 | 11111001 | 111101 | 110011 |
Color Harmonies of #4A34CE
Complementary color
Monochromatic Colors of #4A34CE
Black with #4A34CE
Text Example
Text Example
White with #4A34CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A34CE; }
p { color: rgb(74,52,206); }
H1.HeaderClassName
{
color: #4A34CE;
}
.AnyTagClassName
{
color: #4A34CE;
}
</style>
background-color css
<style>
a { background-color: #4A34CE; }
a { background-color: rgb(74,52,206); }
div.DivClassName
{
background-color: #4A34CE;
}
.BgClassName
{
background-color: #4A34CE;
}
</style>
border-color css
<style>
span { border-color: #4A34CE; }
span { border-color: rgb(74,52,206); }
td.TdClassName
{
border-color: #4A34CE;
}
.TagClassName
{
border-color: #4A34CE;
}
</style>