Shades of Purple Heart #4A34CD
Tints of Purple Heart #4A34CD
RGB
CMYK
RGB Variations
Color information
#4A34CD (or 0x4A34CD) is known color: Purple Heart. HEX triplet: 4A, 34 and CD. RGB value is (74,52,205). Sum of RGB (Red+Green+Blue) = 74+52+205=331 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.36% from 331); Green value is 52 (20.70% from 255 or 15.71% from 331); Blue value is 205 (80.47% from 255 or 61.93% from 331); Max value from RGB is 205 - color contains mainly: blue. Hex color #4A34CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A34CD is #B5CB32. Grayscale: #4B4B4B. Windows color (decimal): -11914035 or 13448266. OLE color: 13448266.
HSL color Cylindrical-coordinate representation of color #4A34CD: hue angle of 248.63º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4A34CD is Cyan = 0.64, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 74 | 52 | 205 | - |
| CMYK | 0.64 | 0.75 | 0 | 0.20 |
| HSL | 248.63º | 0.6% | 0.5% | - |
| HSV(B) | 248.63º | 0.75% | 0.8% | - |
| XYZ | 15.07 | 8.32 | 58.57 | - |
| YUV | 76.02 | 200.79 | 126.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 52 | 205 | 0.64 | 0.75 | 0 | 0.20 | 248.63 | 0.6 | 0.5 |
| Hex | 4A | 34 | CD | 40 | 4B | 0 | 14 | F9 | 3C | 32 |
| Octal | 112 | 64 | 315 | 100 | 113 | 0 | 24 | 371 | 74 | 62 |
| Binary | 1001010 | 110100 | 11001101 | 1000000 | 1001011 | 0 | 10100 | 11111001 | 111100 | 110010 |
Color Harmonies of #4A34CD
Complementary color
Monochromatic Colors of #4A34CD
Black with #4A34CD
Text Example
Text Example
White with #4A34CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A34CD; }
p { color: rgb(74,52,205); }
H1.HeaderClassName
{
color: #4A34CD;
}
.AnyTagClassName
{
color: #4A34CD;
}
</style>
background-color css
<style>
a { background-color: #4A34CD; }
a { background-color: rgb(74,52,205); }
div.DivClassName
{
background-color: #4A34CD;
}
.BgClassName
{
background-color: #4A34CD;
}
</style>
border-color css
<style>
span { border-color: #4A34CD; }
span { border-color: rgb(74,52,205); }
td.TdClassName
{
border-color: #4A34CD;
}
.TagClassName
{
border-color: #4A34CD;
}
</style>