Shades of Purple Heart #4314CD
Tints of Purple Heart #4314CD
RGB
CMYK
RGB Variations
Color information
#4314CD (or 0x4314CD) is known color: Purple Heart. HEX triplet: 43, 14 and CD. RGB value is (67,20,205). Sum of RGB (Red+Green+Blue) = 67+20+205=292 (38% of max value = 765). Red value is 67 (26.56% from 255 or 22.95% from 292); Green value is 20 (8.20% from 255 or 6.85% from 292); Blue value is 205 (80.47% from 255 or 70.21% from 292); Max value from RGB is 205 - color contains mainly: blue. Hex color #4314CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4314CD is #BCEB32. Grayscale: #363636. Windows color (decimal): -12380979 or 13440067. OLE color: 13440067.
HSL color Cylindrical-coordinate representation of color #4314CD: hue angle of 255.24º 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 #4314CD is Cyan = 0.67, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 67 | 20 | 205 | - |
| CMYK | 0.67 | 0.90 | 0 | 0.20 |
| HSL | 255.24º | 0.82% | 0.44% | - |
| HSV(B) | 255.24º | 0.9% | 0.8% | - |
| XYZ | 13.58 | 6.1 | 58.22 | - |
| YUV | 55.14 | 212.57 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 20 | 205 | 0.67 | 0.90 | 0 | 0.20 | 255.24 | 0.82 | 0.44 |
| Hex | 43 | 14 | CD | 43 | 5A | 0 | 14 | FF | 52 | 2C |
| Octal | 103 | 24 | 315 | 103 | 132 | 0 | 24 | 377 | 122 | 54 |
| Binary | 1000011 | 10100 | 11001101 | 1000011 | 1011010 | 0 | 10100 | 11111111 | 1010010 | 101100 |
Color Harmonies of #4314CD
Complementary color
Monochromatic Colors of #4314CD
Black with #4314CD
Text Example
Text Example
White with #4314CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4314CD; }
p { color: rgb(67,20,205); }
H1.HeaderClassName
{
color: #4314CD;
}
.AnyTagClassName
{
color: #4314CD;
}
</style>
background-color css
<style>
a { background-color: #4314CD; }
a { background-color: rgb(67,20,205); }
div.DivClassName
{
background-color: #4314CD;
}
.BgClassName
{
background-color: #4314CD;
}
</style>
border-color css
<style>
span { border-color: #4314CD; }
span { border-color: rgb(67,20,205); }
td.TdClassName
{
border-color: #4314CD;
}
.TagClassName
{
border-color: #4314CD;
}
</style>