Shades of Purple Heart #4527C3
Tints of Purple Heart #4527C3
RGB
CMYK
RGB Variations
Color information
#4527C3 (or 0x4527C3) is known color: Purple Heart. HEX triplet: 45, 27 and C3. RGB value is (69,39,195). Sum of RGB (Red+Green+Blue) = 69+39+195=303 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.77% from 303); Green value is 39 (15.62% from 255 or 12.87% from 303); Blue value is 195 (76.56% from 255 or 64.36% from 303); Max value from RGB is 195 - color contains mainly: blue. Hex color #4527C3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4527C3 is #BAD83C. Grayscale: #414141. Windows color (decimal): -12245053 or 12789573. OLE color: 12789573.
HSL color Cylindrical-coordinate representation of color #4527C3: hue angle of 251.54º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4527C3 is Cyan = 0.65, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 69 | 39 | 195 | - |
| CMYK | 0.65 | 0.80 | 0 | 0.24 |
| HSL | 251.54º | 0.67% | 0.46% | - |
| HSV(B) | 251.54º | 0.8% | 0.76% | - |
| XYZ | 13.03 | 6.66 | 52.23 | - |
| YUV | 65.75 | 200.94 | 130.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 39 | 195 | 0.65 | 0.80 | 0 | 0.24 | 251.54 | 0.67 | 0.46 |
| Hex | 45 | 27 | C3 | 41 | 50 | 0 | 18 | FC | 43 | 2E |
| Octal | 105 | 47 | 303 | 101 | 120 | 0 | 30 | 374 | 103 | 56 |
| Binary | 1000101 | 100111 | 11000011 | 1000001 | 1010000 | 0 | 11000 | 11111100 | 1000011 | 101110 |
Color Harmonies of #4527C3
Complementary color
Monochromatic Colors of #4527C3
Black with #4527C3
Text Example
Text Example
White with #4527C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4527C3; }
p { color: rgb(69,39,195); }
H1.HeaderClassName
{
color: #4527C3;
}
.AnyTagClassName
{
color: #4527C3;
}
</style>
background-color css
<style>
a { background-color: #4527C3; }
a { background-color: rgb(69,39,195); }
div.DivClassName
{
background-color: #4527C3;
}
.BgClassName
{
background-color: #4527C3;
}
</style>
border-color css
<style>
span { border-color: #4527C3; }
span { border-color: rgb(69,39,195); }
td.TdClassName
{
border-color: #4527C3;
}
.TagClassName
{
border-color: #4527C3;
}
</style>