Shades of Purple Heart #431FCC
Tints of Purple Heart #431FCC
RGB
CMYK
RGB Variations
Color information
#431FCC (or 0x431FCC) is known color: Purple Heart. HEX triplet: 43, 1F and CC. RGB value is (67,31,204). Sum of RGB (Red+Green+Blue) = 67+31+204=302 (40% of max value = 765). Red value is 67 (26.56% from 255 or 22.19% from 302); Green value is 31 (12.5% from 255 or 10.26% from 302); Blue value is 204 (80.08% from 255 or 67.55% from 302); Max value from RGB is 204 - color contains mainly: blue. Hex color #431FCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #431FCC is #BCE033. Grayscale: #3C3C3C. Windows color (decimal): -12378164 or 13377347. OLE color: 13377347.
HSL color Cylindrical-coordinate representation of color #431FCC: hue angle of 252.49º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #431FCC is Cyan = 0.67, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 67 | 31 | 204 | - |
| CMYK | 0.67 | 0.85 | 0 | 0.2 |
| HSL | 252.49º | 0.74% | 0.46% | - |
| HSV(B) | 252.49º | 0.85% | 0.8% | - |
| XYZ | 13.7 | 6.53 | 57.67 | - |
| YUV | 61.49 | 208.43 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 31 | 204 | 0.67 | 0.85 | 0 | 0.2 | 252.49 | 0.74 | 0.46 |
| Hex | 43 | 1F | CC | 43 | 55 | 0 | 14 | FC | 4A | 2E |
| Octal | 103 | 37 | 314 | 103 | 125 | 0 | 24 | 374 | 112 | 56 |
| Binary | 1000011 | 11111 | 11001100 | 1000011 | 1010101 | 0 | 10100 | 11111100 | 1001010 | 101110 |
Color Harmonies of #431FCC
Complementary color
Monochromatic Colors of #431FCC
Black with #431FCC
Text Example
Text Example
White with #431FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431FCC; }
p { color: rgb(67,31,204); }
H1.HeaderClassName
{
color: #431FCC;
}
.AnyTagClassName
{
color: #431FCC;
}
</style>
background-color css
<style>
a { background-color: #431FCC; }
a { background-color: rgb(67,31,204); }
div.DivClassName
{
background-color: #431FCC;
}
.BgClassName
{
background-color: #431FCC;
}
</style>
border-color css
<style>
span { border-color: #431FCC; }
span { border-color: rgb(67,31,204); }
td.TdClassName
{
border-color: #431FCC;
}
.TagClassName
{
border-color: #431FCC;
}
</style>