Shades of Purple Heart #4732C2
Tints of Purple Heart #4732C2
RGB
CMYK
RGB Variations
Color information
#4732C2 (or 0x4732C2) is known color: Purple Heart. HEX triplet: 47, 32 and C2. RGB value is (71,50,194). Sum of RGB (Red+Green+Blue) = 71+50+194=315 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.54% from 315); Green value is 50 (19.92% from 255 or 15.87% from 315); Blue value is 194 (76.17% from 255 or 61.59% from 315); Max value from RGB is 194 - color contains mainly: blue. Hex color #4732C2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4732C2 is #B8CD3D. Grayscale: #484848. Windows color (decimal): -12111166 or 12726855. OLE color: 12726855.
HSL color Cylindrical-coordinate representation of color #4732C2: hue angle of 248.75º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4732C2 is Cyan = 0.63, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 71 | 50 | 194 | - |
| CMYK | 0.63 | 0.74 | 0 | 0.24 |
| HSL | 248.75º | 0.59% | 0.48% | - |
| HSV(B) | 248.75º | 0.74% | 0.76% | - |
| XYZ | 13.48 | 7.52 | 51.78 | - |
| YUV | 72.7 | 196.46 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 50 | 194 | 0.63 | 0.74 | 0 | 0.24 | 248.75 | 0.59 | 0.48 |
| Hex | 47 | 32 | C2 | 3F | 4A | 0 | 18 | F9 | 3B | 30 |
| Octal | 107 | 62 | 302 | 77 | 112 | 0 | 30 | 371 | 73 | 60 |
| Binary | 1000111 | 110010 | 11000010 | 111111 | 1001010 | 0 | 11000 | 11111001 | 111011 | 110000 |
Color Harmonies of #4732C2
Complementary color
Monochromatic Colors of #4732C2
Black with #4732C2
Text Example
Text Example
White with #4732C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4732C2; }
p { color: rgb(71,50,194); }
H1.HeaderClassName
{
color: #4732C2;
}
.AnyTagClassName
{
color: #4732C2;
}
</style>
background-color css
<style>
a { background-color: #4732C2; }
a { background-color: rgb(71,50,194); }
div.DivClassName
{
background-color: #4732C2;
}
.BgClassName
{
background-color: #4732C2;
}
</style>
border-color css
<style>
span { border-color: #4732C2; }
span { border-color: rgb(71,50,194); }
td.TdClassName
{
border-color: #4732C2;
}
.TagClassName
{
border-color: #4732C2;
}
</style>