Shades of Purple Heart #431ACD
Tints of Purple Heart #431ACD
RGB
CMYK
RGB Variations
Color information
#431ACD (or 0x431ACD) is known color: Purple Heart. HEX triplet: 43, 1A and CD. RGB value is (67,26,205). Sum of RGB (Red+Green+Blue) = 67+26+205=298 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.48% from 298); Green value is 26 (10.55% from 255 or 8.72% from 298); Blue value is 205 (80.47% from 255 or 68.79% from 298); Max value from RGB is 205 - color contains mainly: blue. Hex color #431ACD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #431ACD is #BCE532. Grayscale: #393939. Windows color (decimal): -12379443 or 13441603. OLE color: 13441603.
HSL color Cylindrical-coordinate representation of color #431ACD: hue angle of 253.74º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #431ACD is Cyan = 0.67, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 67 | 26 | 205 | - |
| CMYK | 0.67 | 0.87 | 0 | 0.20 |
| HSL | 253.74º | 0.77% | 0.45% | - |
| HSV(B) | 253.74º | 0.87% | 0.8% | - |
| XYZ | 13.7 | 6.34 | 58.26 | - |
| YUV | 58.67 | 210.58 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 26 | 205 | 0.67 | 0.87 | 0 | 0.20 | 253.74 | 0.77 | 0.45 |
| Hex | 43 | 1A | CD | 43 | 57 | 0 | 14 | FE | 4D | 2D |
| Octal | 103 | 32 | 315 | 103 | 127 | 0 | 24 | 376 | 115 | 55 |
| Binary | 1000011 | 11010 | 11001101 | 1000011 | 1010111 | 0 | 10100 | 11111110 | 1001101 | 101101 |
Color Harmonies of #431ACD
Complementary color
Monochromatic Colors of #431ACD
Black with #431ACD
Text Example
Text Example
White with #431ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431ACD; }
p { color: rgb(67,26,205); }
H1.HeaderClassName
{
color: #431ACD;
}
.AnyTagClassName
{
color: #431ACD;
}
</style>
background-color css
<style>
a { background-color: #431ACD; }
a { background-color: rgb(67,26,205); }
div.DivClassName
{
background-color: #431ACD;
}
.BgClassName
{
background-color: #431ACD;
}
</style>
border-color css
<style>
span { border-color: #431ACD; }
span { border-color: rgb(67,26,205); }
td.TdClassName
{
border-color: #431ACD;
}
.TagClassName
{
border-color: #431ACD;
}
</style>