Shades of Purple Heart #431DCC
Tints of Purple Heart #431DCC
RGB
CMYK
RGB Variations
Color information
#431DCC (or 0x431DCC) is known color: Purple Heart. HEX triplet: 43, 1D and CC. RGB value is (67,29,204). Sum of RGB (Red+Green+Blue) = 67+29+204=300 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.33% from 300); Green value is 29 (11.72% from 255 or 9.67% from 300); Blue value is 204 (80.08% from 255 or 68% from 300); Max value from RGB is 204 - color contains mainly: blue. Hex color #431DCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #431DCC is #BCE233. Grayscale: #3B3B3B. Windows color (decimal): -12378676 or 13376835. OLE color: 13376835.
HSL color Cylindrical-coordinate representation of color #431DCC: hue angle of 253.03º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #431DCC is Cyan = 0.67, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 67 | 29 | 204 | - |
| CMYK | 0.67 | 0.86 | 0 | 0.2 |
| HSL | 253.03º | 0.75% | 0.46% | - |
| HSV(B) | 253.03º | 0.86% | 0.8% | - |
| XYZ | 13.65 | 6.43 | 57.65 | - |
| YUV | 60.31 | 209.09 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 29 | 204 | 0.67 | 0.86 | 0 | 0.2 | 253.03 | 0.75 | 0.46 |
| Hex | 43 | 1D | CC | 43 | 56 | 0 | 14 | FD | 4B | 2E |
| Octal | 103 | 35 | 314 | 103 | 126 | 0 | 24 | 375 | 113 | 56 |
| Binary | 1000011 | 11101 | 11001100 | 1000011 | 1010110 | 0 | 10100 | 11111101 | 1001011 | 101110 |
Color Harmonies of #431DCC
Complementary color
Monochromatic Colors of #431DCC
Black with #431DCC
Text Example
Text Example
White with #431DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431DCC; }
p { color: rgb(67,29,204); }
H1.HeaderClassName
{
color: #431DCC;
}
.AnyTagClassName
{
color: #431DCC;
}
</style>
background-color css
<style>
a { background-color: #431DCC; }
a { background-color: rgb(67,29,204); }
div.DivClassName
{
background-color: #431DCC;
}
.BgClassName
{
background-color: #431DCC;
}
</style>
border-color css
<style>
span { border-color: #431DCC; }
span { border-color: rgb(67,29,204); }
td.TdClassName
{
border-color: #431DCC;
}
.TagClassName
{
border-color: #431DCC;
}
</style>