Shades of Purple Heart #4531CC
Tints of Purple Heart #4531CC
RGB
CMYK
RGB Variations
Color information
#4531CC (or 0x4531CC) is known color: Purple Heart. HEX triplet: 45, 31 and CC. RGB value is (69,49,204). Sum of RGB (Red+Green+Blue) = 69+49+204=322 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.43% from 322); Green value is 49 (19.53% from 255 or 15.22% from 322); Blue value is 204 (80.08% from 255 or 63.35% from 322); Max value from RGB is 204 - color contains mainly: blue. Hex color #4531CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4531CC is #BACE33. Grayscale: #484848. Windows color (decimal): -12242484 or 13381957. OLE color: 13381957.
HSL color Cylindrical-coordinate representation of color #4531CC: hue angle of 247.74º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4531CC is Cyan = 0.66, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 69 | 49 | 204 | - |
| CMYK | 0.66 | 0.76 | 0 | 0.2 |
| HSL | 247.74º | 0.61% | 0.5% | - |
| HSV(B) | 247.74º | 0.76% | 0.8% | - |
| XYZ | 14.45 | 7.82 | 57.87 | - |
| YUV | 72.65 | 202.13 | 125.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 49 | 204 | 0.66 | 0.76 | 0 | 0.2 | 247.74 | 0.61 | 0.5 |
| Hex | 45 | 31 | CC | 42 | 4C | 0 | 14 | F8 | 3D | 32 |
| Octal | 105 | 61 | 314 | 102 | 114 | 0 | 24 | 370 | 75 | 62 |
| Binary | 1000101 | 110001 | 11001100 | 1000010 | 1001100 | 0 | 10100 | 11111000 | 111101 | 110010 |
Color Harmonies of #4531CC
Complementary color
Monochromatic Colors of #4531CC
Black with #4531CC
Text Example
Text Example
White with #4531CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4531CC; }
p { color: rgb(69,49,204); }
H1.HeaderClassName
{
color: #4531CC;
}
.AnyTagClassName
{
color: #4531CC;
}
</style>
background-color css
<style>
a { background-color: #4531CC; }
a { background-color: rgb(69,49,204); }
div.DivClassName
{
background-color: #4531CC;
}
.BgClassName
{
background-color: #4531CC;
}
</style>
border-color css
<style>
span { border-color: #4531CC; }
span { border-color: rgb(69,49,204); }
td.TdClassName
{
border-color: #4531CC;
}
.TagClassName
{
border-color: #4531CC;
}
</style>