Shades of Purple Heart #4314CE
Tints of Purple Heart #4314CE
RGB
CMYK
RGB Variations
Color information
#4314CE (or 0x4314CE) is known color: Purple Heart. HEX triplet: 43, 14 and CE. RGB value is (67,20,206). Sum of RGB (Red+Green+Blue) = 67+20+206=293 (38% of max value = 765). Red value is 67 (26.56% from 255 or 22.87% from 293); Green value is 20 (8.20% from 255 or 6.83% from 293); Blue value is 206 (80.86% from 255 or 70.31% from 293); Max value from RGB is 206 - color contains mainly: blue. Hex color #4314CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4314CE is #BCEB31. Grayscale: #363636. Windows color (decimal): -12380978 or 13505603. OLE color: 13505603.
HSL color Cylindrical-coordinate representation of color #4314CE: hue angle of 255.16º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4314CE is Cyan = 0.67, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 67 | 20 | 206 | - |
| CMYK | 0.67 | 0.90 | 0 | 0.19 |
| HSL | 255.16º | 0.82% | 0.44% | - |
| HSV(B) | 255.16º | 0.9% | 0.81% | - |
| XYZ | 13.71 | 6.15 | 58.86 | - |
| YUV | 55.26 | 213.07 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 20 | 206 | 0.67 | 0.90 | 0 | 0.19 | 255.16 | 0.82 | 0.44 |
| Hex | 43 | 14 | CE | 43 | 5A | 0 | 13 | FF | 52 | 2C |
| Octal | 103 | 24 | 316 | 103 | 132 | 0 | 23 | 377 | 122 | 54 |
| Binary | 1000011 | 10100 | 11001110 | 1000011 | 1011010 | 0 | 10011 | 11111111 | 1010010 | 101100 |
Color Harmonies of #4314CE
Complementary color
Monochromatic Colors of #4314CE
Black with #4314CE
Text Example
Text Example
White with #4314CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4314CE; }
p { color: rgb(67,20,206); }
H1.HeaderClassName
{
color: #4314CE;
}
.AnyTagClassName
{
color: #4314CE;
}
</style>
background-color css
<style>
a { background-color: #4314CE; }
a { background-color: rgb(67,20,206); }
div.DivClassName
{
background-color: #4314CE;
}
.BgClassName
{
background-color: #4314CE;
}
</style>
border-color css
<style>
span { border-color: #4314CE; }
span { border-color: rgb(67,20,206); }
td.TdClassName
{
border-color: #4314CE;
}
.TagClassName
{
border-color: #4314CE;
}
</style>