Shades of Purple Heart #4314CC
Tints of Purple Heart #4314CC
RGB
CMYK
RGB Variations
Color information
#4314CC (or 0x4314CC) is known color: Purple Heart. HEX triplet: 43, 14 and CC. RGB value is (67,20,204). Sum of RGB (Red+Green+Blue) = 67+20+204=291 (38% of max value = 765). Red value is 67 (26.56% from 255 or 23.02% from 291); Green value is 20 (8.20% from 255 or 6.87% from 291); Blue value is 204 (80.08% from 255 or 70.10% from 291); Max value from RGB is 204 - color contains mainly: blue. Hex color #4314CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4314CC is #BCEB33. Grayscale: #363636. Windows color (decimal): -12380980 or 13374531. OLE color: 13374531.
HSL color Cylindrical-coordinate representation of color #4314CC: hue angle of 255.33º 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 #4314CC is Cyan = 0.67, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 67 | 20 | 204 | - |
| CMYK | 0.67 | 0.90 | 0 | 0.2 |
| HSL | 255.33º | 0.82% | 0.44% | - |
| HSV(B) | 255.33º | 0.9% | 0.8% | - |
| XYZ | 13.46 | 6.05 | 57.59 | - |
| YUV | 55.03 | 212.07 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 20 | 204 | 0.67 | 0.90 | 0 | 0.2 | 255.33 | 0.82 | 0.44 |
| Hex | 43 | 14 | CC | 43 | 5A | 0 | 14 | FF | 52 | 2C |
| Octal | 103 | 24 | 314 | 103 | 132 | 0 | 24 | 377 | 122 | 54 |
| Binary | 1000011 | 10100 | 11001100 | 1000011 | 1011010 | 0 | 10100 | 11111111 | 1010010 | 101100 |
Color Harmonies of #4314CC
Complementary color
Monochromatic Colors of #4314CC
Black with #4314CC
Text Example
Text Example
White with #4314CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4314CC; }
p { color: rgb(67,20,204); }
H1.HeaderClassName
{
color: #4314CC;
}
.AnyTagClassName
{
color: #4314CC;
}
</style>
background-color css
<style>
a { background-color: #4314CC; }
a { background-color: rgb(67,20,204); }
div.DivClassName
{
background-color: #4314CC;
}
.BgClassName
{
background-color: #4314CC;
}
</style>
border-color css
<style>
span { border-color: #4314CC; }
span { border-color: rgb(67,20,204); }
td.TdClassName
{
border-color: #4314CC;
}
.TagClassName
{
border-color: #4314CC;
}
</style>