Shades of Purple Heart #4732CF
Tints of Purple Heart #4732CF
RGB
CMYK
RGB Variations
Color information
#4732CF (or 0x4732CF) is known color: Purple Heart. HEX triplet: 47, 32 and CF. RGB value is (71,50,207). Sum of RGB (Red+Green+Blue) = 71+50+207=328 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.65% from 328); Green value is 50 (19.92% from 255 or 15.24% from 328); Blue value is 207 (81.25% from 255 or 63.11% from 328); Max value from RGB is 207 - color contains mainly: blue. Hex color #4732CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4732CF is #B8CD30. Grayscale: #494949. Windows color (decimal): -12111153 or 13578823. OLE color: 13578823.
HSL color Cylindrical-coordinate representation of color #4732CF: hue angle of 248.03º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4732CF is Cyan = 0.66, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 50 | 207 | - |
| CMYK | 0.66 | 0.76 | 0 | 0.19 |
| HSL | 248.03º | 0.62% | 0.5% | - |
| HSV(B) | 248.03º | 0.76% | 0.81% | - |
| XYZ | 15 | 8.13 | 59.81 | - |
| YUV | 74.18 | 202.96 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 50 | 207 | 0.66 | 0.76 | 0 | 0.19 | 248.03 | 0.62 | 0.5 |
| Hex | 47 | 32 | CF | 42 | 4C | 0 | 13 | F8 | 3E | 32 |
| Octal | 107 | 62 | 317 | 102 | 114 | 0 | 23 | 370 | 76 | 62 |
| Binary | 1000111 | 110010 | 11001111 | 1000010 | 1001100 | 0 | 10011 | 11111000 | 111110 | 110010 |
Color Harmonies of #4732CF
Complementary color
Monochromatic Colors of #4732CF
Black with #4732CF
Text Example
Text Example
White with #4732CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4732CF; }
p { color: rgb(71,50,207); }
H1.HeaderClassName
{
color: #4732CF;
}
.AnyTagClassName
{
color: #4732CF;
}
</style>
background-color css
<style>
a { background-color: #4732CF; }
a { background-color: rgb(71,50,207); }
div.DivClassName
{
background-color: #4732CF;
}
.BgClassName
{
background-color: #4732CF;
}
</style>
border-color css
<style>
span { border-color: #4732CF; }
span { border-color: rgb(71,50,207); }
td.TdClassName
{
border-color: #4732CF;
}
.TagClassName
{
border-color: #4732CF;
}
</style>