Shades of Purple Heart #4514CC
Tints of Purple Heart #4514CC
RGB
CMYK
RGB Variations
Color information
#4514CC (or 0x4514CC) is known color: Purple Heart. HEX triplet: 45, 14 and CC. RGB value is (69,20,204). Sum of RGB (Red+Green+Blue) = 69+20+204=293 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.55% from 293); Green value is 20 (8.20% from 255 or 6.83% from 293); Blue value is 204 (80.08% from 255 or 69.62% from 293); Max value from RGB is 204 - color contains mainly: blue. Hex color #4514CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4514CC is #BAEB33. Grayscale: #363636. Windows color (decimal): -12249908 or 13374533. OLE color: 13374533.
HSL color Cylindrical-coordinate representation of color #4514CC: hue angle of 255.98º 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 #4514CC is Cyan = 0.66, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 69 | 20 | 204 | - |
| CMYK | 0.66 | 0.90 | 0 | 0.2 |
| HSL | 255.98º | 0.82% | 0.44% | - |
| HSV(B) | 255.98º | 0.9% | 0.8% | - |
| XYZ | 13.6 | 6.13 | 57.59 | - |
| YUV | 55.63 | 211.73 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 20 | 204 | 0.66 | 0.90 | 0 | 0.2 | 255.98 | 0.82 | 0.44 |
| Hex | 45 | 14 | CC | 42 | 5A | 0 | 14 | 100 | 52 | 2C |
| Octal | 105 | 24 | 314 | 102 | 132 | 0 | 24 | 400 | 122 | 54 |
| Binary | 1000101 | 10100 | 11001100 | 1000010 | 1011010 | 0 | 10100 | 100000000 | 1010010 | 101100 |
Color Harmonies of #4514CC
Complementary color
Monochromatic Colors of #4514CC
Black with #4514CC
Text Example
Text Example
White with #4514CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4514CC; }
p { color: rgb(69,20,204); }
H1.HeaderClassName
{
color: #4514CC;
}
.AnyTagClassName
{
color: #4514CC;
}
</style>
background-color css
<style>
a { background-color: #4514CC; }
a { background-color: rgb(69,20,204); }
div.DivClassName
{
background-color: #4514CC;
}
.BgClassName
{
background-color: #4514CC;
}
</style>
border-color css
<style>
span { border-color: #4514CC; }
span { border-color: rgb(69,20,204); }
td.TdClassName
{
border-color: #4514CC;
}
.TagClassName
{
border-color: #4514CC;
}
</style>