Shades of Purple Heart #4A34CF
Tints of Purple Heart #4A34CF
RGB
CMYK
RGB Variations
Color information
#4A34CF (or 0x4A34CF) is known color: Purple Heart. HEX triplet: 4A, 34 and CF. RGB value is (74,52,207). Sum of RGB (Red+Green+Blue) = 74+52+207=333 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.22% from 333); Green value is 52 (20.70% from 255 or 15.62% from 333); Blue value is 207 (81.25% from 255 or 62.16% from 333); Max value from RGB is 207 - color contains mainly: blue. Hex color #4A34CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A34CF is #B5CB30. Grayscale: #4B4B4B. Windows color (decimal): -11914033 or 13579338. OLE color: 13579338.
HSL color Cylindrical-coordinate representation of color #4A34CF: hue angle of 248.52º degrees, saturation: 0.62, 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 #4A34CF is Cyan = 0.64, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 74 | 52 | 207 | - |
| CMYK | 0.64 | 0.75 | 0 | 0.19 |
| HSL | 248.52º | 0.62% | 0.51% | - |
| HSV(B) | 248.52º | 0.75% | 0.81% | - |
| XYZ | 15.31 | 8.42 | 59.85 | - |
| YUV | 76.25 | 201.79 | 126.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 52 | 207 | 0.64 | 0.75 | 0 | 0.19 | 248.52 | 0.62 | 0.51 |
| Hex | 4A | 34 | CF | 40 | 4B | 0 | 13 | F9 | 3E | 33 |
| Octal | 112 | 64 | 317 | 100 | 113 | 0 | 23 | 371 | 76 | 63 |
| Binary | 1001010 | 110100 | 11001111 | 1000000 | 1001011 | 0 | 10011 | 11111001 | 111110 | 110011 |
Color Harmonies of #4A34CF
Complementary color
Monochromatic Colors of #4A34CF
Black with #4A34CF
Text Example
Text Example
White with #4A34CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A34CF; }
p { color: rgb(74,52,207); }
H1.HeaderClassName
{
color: #4A34CF;
}
.AnyTagClassName
{
color: #4A34CF;
}
</style>
background-color css
<style>
a { background-color: #4A34CF; }
a { background-color: rgb(74,52,207); }
div.DivClassName
{
background-color: #4A34CF;
}
.BgClassName
{
background-color: #4A34CF;
}
</style>
border-color css
<style>
span { border-color: #4A34CF; }
span { border-color: rgb(74,52,207); }
td.TdClassName
{
border-color: #4A34CF;
}
.TagClassName
{
border-color: #4A34CF;
}
</style>