Shades of Purple Heart #4923CC
Tints of Purple Heart #4923CC
RGB
CMYK
RGB Variations
Color information
#4923CC (or 0x4923CC) is known color: Purple Heart. HEX triplet: 49, 23 and CC. RGB value is (73,35,204). Sum of RGB (Red+Green+Blue) = 73+35+204=312 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.40% from 312); Green value is 35 (14.06% from 255 or 11.22% from 312); Blue value is 204 (80.08% from 255 or 65.38% from 312); Max value from RGB is 204 - color contains mainly: blue. Hex color #4923CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4923CC is #B6DC33. Grayscale: #404040. Windows color (decimal): -11983924 or 13378377. OLE color: 13378377.
HSL color Cylindrical-coordinate representation of color #4923CC: hue angle of 253.49º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4923CC is Cyan = 0.64, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 73 | 35 | 204 | - |
| CMYK | 0.64 | 0.83 | 0 | 0.2 |
| HSL | 253.49º | 0.71% | 0.47% | - |
| HSV(B) | 253.49º | 0.83% | 0.8% | - |
| XYZ | 14.25 | 6.98 | 57.72 | - |
| YUV | 65.63 | 206.09 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 35 | 204 | 0.64 | 0.83 | 0 | 0.2 | 253.49 | 0.71 | 0.47 |
| Hex | 49 | 23 | CC | 40 | 53 | 0 | 14 | FD | 47 | 2F |
| Octal | 111 | 43 | 314 | 100 | 123 | 0 | 24 | 375 | 107 | 57 |
| Binary | 1001001 | 100011 | 11001100 | 1000000 | 1010011 | 0 | 10100 | 11111101 | 1000111 | 101111 |
Color Harmonies of #4923CC
Complementary color
Monochromatic Colors of #4923CC
Black with #4923CC
Text Example
Text Example
White with #4923CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4923CC; }
p { color: rgb(73,35,204); }
H1.HeaderClassName
{
color: #4923CC;
}
.AnyTagClassName
{
color: #4923CC;
}
</style>
background-color css
<style>
a { background-color: #4923CC; }
a { background-color: rgb(73,35,204); }
div.DivClassName
{
background-color: #4923CC;
}
.BgClassName
{
background-color: #4923CC;
}
</style>
border-color css
<style>
span { border-color: #4923CC; }
span { border-color: rgb(73,35,204); }
td.TdClassName
{
border-color: #4923CC;
}
.TagClassName
{
border-color: #4923CC;
}
</style>