Shades of Purple Heart #4532CB
Tints of Purple Heart #4532CB
RGB
CMYK
RGB Variations
Color information
#4532CB (or 0x4532CB) is known color: Purple Heart. HEX triplet: 45, 32 and CB. RGB value is (69,50,203). Sum of RGB (Red+Green+Blue) = 69+50+203=322 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.43% from 322); Green value is 50 (19.92% from 255 or 15.53% from 322); Blue value is 203 (79.69% from 255 or 63.04% from 322); Max value from RGB is 203 - color contains mainly: blue. Hex color #4532CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4532CB is #BACD34. Grayscale: #484848. Windows color (decimal): -12242229 or 13316677. OLE color: 13316677.
HSL color Cylindrical-coordinate representation of color #4532CB: hue angle of 247.45º 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 #4532CB is Cyan = 0.66, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 69 | 50 | 203 | - |
| CMYK | 0.66 | 0.75 | 0 | 0.20 |
| HSL | 247.45º | 0.6% | 0.5% | - |
| HSV(B) | 247.45º | 0.75% | 0.8% | - |
| XYZ | 14.37 | 7.86 | 57.26 | - |
| YUV | 73.12 | 201.29 | 125.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 50 | 203 | 0.66 | 0.75 | 0 | 0.20 | 247.45 | 0.6 | 0.5 |
| Hex | 45 | 32 | CB | 42 | 4B | 0 | 14 | F7 | 3C | 32 |
| Octal | 105 | 62 | 313 | 102 | 113 | 0 | 24 | 367 | 74 | 62 |
| Binary | 1000101 | 110010 | 11001011 | 1000010 | 1001011 | 0 | 10100 | 11110111 | 111100 | 110010 |
Color Harmonies of #4532CB
Complementary color
Monochromatic Colors of #4532CB
Black with #4532CB
Text Example
Text Example
White with #4532CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4532CB; }
p { color: rgb(69,50,203); }
H1.HeaderClassName
{
color: #4532CB;
}
.AnyTagClassName
{
color: #4532CB;
}
</style>
background-color css
<style>
a { background-color: #4532CB; }
a { background-color: rgb(69,50,203); }
div.DivClassName
{
background-color: #4532CB;
}
.BgClassName
{
background-color: #4532CB;
}
</style>
border-color css
<style>
span { border-color: #4532CB; }
span { border-color: rgb(69,50,203); }
td.TdClassName
{
border-color: #4532CB;
}
.TagClassName
{
border-color: #4532CB;
}
</style>