Shades of Purple Heart #4528CB
Tints of Purple Heart #4528CB
RGB
CMYK
RGB Variations
Color information
#4528CB (or 0x4528CB) is known color: Purple Heart. HEX triplet: 45, 28 and CB. RGB value is (69,40,203). Sum of RGB (Red+Green+Blue) = 69+40+203=312 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.12% from 312); Green value is 40 (16.02% from 255 or 12.82% from 312); Blue value is 203 (79.69% from 255 or 65.06% from 312); Max value from RGB is 203 - color contains mainly: blue. Hex color #4528CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4528CB is #BAD734. Grayscale: #424242. Windows color (decimal): -12244789 or 13314117. OLE color: 13314117.
HSL color Cylindrical-coordinate representation of color #4528CB: hue angle of 250.67º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4528CB is Cyan = 0.66, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 69 | 40 | 203 | - |
| CMYK | 0.66 | 0.80 | 0 | 0.20 |
| HSL | 250.67º | 0.67% | 0.48% | - |
| HSV(B) | 250.67º | 0.8% | 0.8% | - |
| XYZ | 13.99 | 7.09 | 57.13 | - |
| YUV | 67.25 | 204.61 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 40 | 203 | 0.66 | 0.80 | 0 | 0.20 | 250.67 | 0.67 | 0.48 |
| Hex | 45 | 28 | CB | 42 | 50 | 0 | 14 | FB | 43 | 30 |
| Octal | 105 | 50 | 313 | 102 | 120 | 0 | 24 | 373 | 103 | 60 |
| Binary | 1000101 | 101000 | 11001011 | 1000010 | 1010000 | 0 | 10100 | 11111011 | 1000011 | 110000 |
Color Harmonies of #4528CB
Complementary color
Monochromatic Colors of #4528CB
Black with #4528CB
Text Example
Text Example
White with #4528CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4528CB; }
p { color: rgb(69,40,203); }
H1.HeaderClassName
{
color: #4528CB;
}
.AnyTagClassName
{
color: #4528CB;
}
</style>
background-color css
<style>
a { background-color: #4528CB; }
a { background-color: rgb(69,40,203); }
div.DivClassName
{
background-color: #4528CB;
}
.BgClassName
{
background-color: #4528CB;
}
</style>
border-color css
<style>
span { border-color: #4528CB; }
span { border-color: rgb(69,40,203); }
td.TdClassName
{
border-color: #4528CB;
}
.TagClassName
{
border-color: #4528CB;
}
</style>