Shades of Purple Heart #4732CA
Tints of Purple Heart #4732CA
RGB
CMYK
RGB Variations
Color information
#4732CA (or 0x4732CA) is known color: Purple Heart. HEX triplet: 47, 32 and CA. RGB value is (71,50,202). Sum of RGB (Red+Green+Blue) = 71+50+202=323 (42% of max value = 765). Red value is 71 (28.12% from 255 or 21.98% from 323); Green value is 50 (19.92% from 255 or 15.48% from 323); Blue value is 202 (79.30% from 255 or 62.54% from 323); Max value from RGB is 202 - color contains mainly: blue. Hex color #4732CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4732CA is #B8CD35. Grayscale: #494949. Windows color (decimal): -12111158 or 13251143. OLE color: 13251143.
HSL color Cylindrical-coordinate representation of color #4732CA: hue angle of 248.29º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4732CA is Cyan = 0.65, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 71 | 50 | 202 | - |
| CMYK | 0.65 | 0.75 | 0 | 0.21 |
| HSL | 248.29º | 0.6% | 0.49% | - |
| HSV(B) | 248.29º | 0.75% | 0.79% | - |
| XYZ | 14.4 | 7.89 | 56.64 | - |
| YUV | 73.61 | 200.46 | 126.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 50 | 202 | 0.65 | 0.75 | 0 | 0.21 | 248.29 | 0.6 | 0.49 |
| Hex | 47 | 32 | CA | 41 | 4B | 0 | 15 | F8 | 3C | 31 |
| Octal | 107 | 62 | 312 | 101 | 113 | 0 | 25 | 370 | 74 | 61 |
| Binary | 1000111 | 110010 | 11001010 | 1000001 | 1001011 | 0 | 10101 | 11111000 | 111100 | 110001 |
Color Harmonies of #4732CA
Complementary color
Monochromatic Colors of #4732CA
Black with #4732CA
Text Example
Text Example
White with #4732CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4732CA; }
p { color: rgb(71,50,202); }
H1.HeaderClassName
{
color: #4732CA;
}
.AnyTagClassName
{
color: #4732CA;
}
</style>
background-color css
<style>
a { background-color: #4732CA; }
a { background-color: rgb(71,50,202); }
div.DivClassName
{
background-color: #4732CA;
}
.BgClassName
{
background-color: #4732CA;
}
</style>
border-color css
<style>
span { border-color: #4732CA; }
span { border-color: rgb(71,50,202); }
td.TdClassName
{
border-color: #4732CA;
}
.TagClassName
{
border-color: #4732CA;
}
</style>