Shades of Purple Heart #4734C1
Tints of Purple Heart #4734C1
RGB
CMYK
RGB Variations
Color information
#4734C1 (or 0x4734C1) is known color: Purple Heart. HEX triplet: 47, 34 and C1. RGB value is (71,52,193). Sum of RGB (Red+Green+Blue) = 71+52+193=316 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.47% from 316); Green value is 52 (20.70% from 255 or 16.46% from 316); Blue value is 193 (75.78% from 255 or 61.08% from 316); Max value from RGB is 193 - color contains mainly: blue. Hex color #4734C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4734C1 is #B8CB3E. Grayscale: #494949. Windows color (decimal): -12110655 or 12661831. OLE color: 12661831.
HSL color Cylindrical-coordinate representation of color #4734C1: hue angle of 248.09º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4734C1 is Cyan = 0.63, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 71 | 52 | 193 | - |
| CMYK | 0.63 | 0.73 | 0 | 0.24 |
| HSL | 248.09º | 0.58% | 0.48% | - |
| HSV(B) | 248.09º | 0.73% | 0.76% | - |
| XYZ | 13.45 | 7.65 | 51.22 | - |
| YUV | 73.76 | 195.29 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 52 | 193 | 0.63 | 0.73 | 0 | 0.24 | 248.09 | 0.58 | 0.48 |
| Hex | 47 | 34 | C1 | 3F | 49 | 0 | 18 | F8 | 3A | 30 |
| Octal | 107 | 64 | 301 | 77 | 111 | 0 | 30 | 370 | 72 | 60 |
| Binary | 1000111 | 110100 | 11000001 | 111111 | 1001001 | 0 | 11000 | 11111000 | 111010 | 110000 |
Color Harmonies of #4734C1
Complementary color
Monochromatic Colors of #4734C1
Black with #4734C1
Text Example
Text Example
White with #4734C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4734C1; }
p { color: rgb(71,52,193); }
H1.HeaderClassName
{
color: #4734C1;
}
.AnyTagClassName
{
color: #4734C1;
}
</style>
background-color css
<style>
a { background-color: #4734C1; }
a { background-color: rgb(71,52,193); }
div.DivClassName
{
background-color: #4734C1;
}
.BgClassName
{
background-color: #4734C1;
}
</style>
border-color css
<style>
span { border-color: #4734C1; }
span { border-color: rgb(71,52,193); }
td.TdClassName
{
border-color: #4734C1;
}
.TagClassName
{
border-color: #4734C1;
}
</style>