Shades of Purple Heart #4814CC
Tints of Purple Heart #4814CC
RGB
CMYK
RGB Variations
Color information
#4814CC (or 0x4814CC) is known color: Purple Heart. HEX triplet: 48, 14 and CC. RGB value is (72,20,204). Sum of RGB (Red+Green+Blue) = 72+20+204=296 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.32% from 296); Green value is 20 (8.20% from 255 or 6.76% from 296); Blue value is 204 (80.08% from 255 or 68.92% from 296); Max value from RGB is 204 - color contains mainly: blue. Hex color #4814CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4814CC is #B7EB33. Grayscale: #373737. Windows color (decimal): -12053300 or 13374536. OLE color: 13374536.
HSL color Cylindrical-coordinate representation of color #4814CC: hue angle of 256.96º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4814CC is Cyan = 0.65, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 72 | 20 | 204 | - |
| CMYK | 0.65 | 0.90 | 0 | 0.2 |
| HSL | 256.96º | 0.82% | 0.44% | - |
| HSV(B) | 256.96º | 0.9% | 0.8% | - |
| XYZ | 13.82 | 6.24 | 57.6 | - |
| YUV | 56.52 | 211.23 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 20 | 204 | 0.65 | 0.90 | 0 | 0.2 | 256.96 | 0.82 | 0.44 |
| Hex | 48 | 14 | CC | 41 | 5A | 0 | 14 | 101 | 52 | 2C |
| Octal | 110 | 24 | 314 | 101 | 132 | 0 | 24 | 401 | 122 | 54 |
| Binary | 1001000 | 10100 | 11001100 | 1000001 | 1011010 | 0 | 10100 | 100000001 | 1010010 | 101100 |
Color Harmonies of #4814CC
Complementary color
Monochromatic Colors of #4814CC
Black with #4814CC
Text Example
Text Example
White with #4814CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4814CC; }
p { color: rgb(72,20,204); }
H1.HeaderClassName
{
color: #4814CC;
}
.AnyTagClassName
{
color: #4814CC;
}
</style>
background-color css
<style>
a { background-color: #4814CC; }
a { background-color: rgb(72,20,204); }
div.DivClassName
{
background-color: #4814CC;
}
.BgClassName
{
background-color: #4814CC;
}
</style>
border-color css
<style>
span { border-color: #4814CC; }
span { border-color: rgb(72,20,204); }
td.TdClassName
{
border-color: #4814CC;
}
.TagClassName
{
border-color: #4814CC;
}
</style>