Shades of Purple Heart #4732CB
Tints of Purple Heart #4732CB
RGB
CMYK
RGB Variations
Color information
#4732CB (or 0x4732CB) is known color: Purple Heart. HEX triplet: 47, 32 and CB. RGB value is (71,50,203). Sum of RGB (Red+Green+Blue) = 71+50+203=324 (42% of max value = 765). Red value is 71 (28.12% from 255 or 21.91% from 324); Green value is 50 (19.92% from 255 or 15.43% from 324); Blue value is 203 (79.69% from 255 or 62.65% from 324); Max value from RGB is 203 - color contains mainly: blue. Hex color #4732CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4732CB is #B8CD34. Grayscale: #494949. Windows color (decimal): -12111157 or 13316679. OLE color: 13316679.
HSL color Cylindrical-coordinate representation of color #4732CB: hue angle of 248.24º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4732CB is Cyan = 0.65, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 71 | 50 | 203 | - |
| CMYK | 0.65 | 0.75 | 0 | 0.20 |
| HSL | 248.24º | 0.6% | 0.5% | - |
| HSV(B) | 248.24º | 0.75% | 0.8% | - |
| XYZ | 14.52 | 7.93 | 57.27 | - |
| YUV | 73.72 | 200.96 | 126.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 50 | 203 | 0.65 | 0.75 | 0 | 0.20 | 248.24 | 0.6 | 0.5 |
| Hex | 47 | 32 | CB | 41 | 4B | 0 | 14 | F8 | 3C | 32 |
| Octal | 107 | 62 | 313 | 101 | 113 | 0 | 24 | 370 | 74 | 62 |
| Binary | 1000111 | 110010 | 11001011 | 1000001 | 1001011 | 0 | 10100 | 11111000 | 111100 | 110010 |
Color Harmonies of #4732CB
Complementary color
Monochromatic Colors of #4732CB
Black with #4732CB
Text Example
Text Example
White with #4732CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4732CB; }
p { color: rgb(71,50,203); }
H1.HeaderClassName
{
color: #4732CB;
}
.AnyTagClassName
{
color: #4732CB;
}
</style>
background-color css
<style>
a { background-color: #4732CB; }
a { background-color: rgb(71,50,203); }
div.DivClassName
{
background-color: #4732CB;
}
.BgClassName
{
background-color: #4732CB;
}
</style>
border-color css
<style>
span { border-color: #4732CB; }
span { border-color: rgb(71,50,203); }
td.TdClassName
{
border-color: #4732CB;
}
.TagClassName
{
border-color: #4732CB;
}
</style>