Shades of Purple Heart #431FC7
Tints of Purple Heart #431FC7
RGB
CMYK
RGB Variations
Color information
#431FC7 (or 0x431FC7) is known color: Purple Heart. HEX triplet: 43, 1F and C7. RGB value is (67,31,199). Sum of RGB (Red+Green+Blue) = 67+31+199=297 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.56% from 297); Green value is 31 (12.5% from 255 or 10.44% from 297); Blue value is 199 (78.12% from 255 or 67.00% from 297); Max value from RGB is 199 - color contains mainly: blue. Hex color #431FC7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #431FC7 is #BCE038. Grayscale: #3C3C3C. Windows color (decimal): -12378169 or 13049667. OLE color: 13049667.
HSL color Cylindrical-coordinate representation of color #431FC7: hue angle of 252.86º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #431FC7 is Cyan = 0.66, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 67 | 31 | 199 | - |
| CMYK | 0.66 | 0.84 | 0 | 0.22 |
| HSL | 252.86º | 0.73% | 0.45% | - |
| HSV(B) | 252.86º | 0.84% | 0.78% | - |
| XYZ | 13.11 | 6.3 | 54.56 | - |
| YUV | 60.92 | 205.93 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 31 | 199 | 0.66 | 0.84 | 0 | 0.22 | 252.86 | 0.73 | 0.45 |
| Hex | 43 | 1F | C7 | 42 | 54 | 0 | 16 | FD | 49 | 2D |
| Octal | 103 | 37 | 307 | 102 | 124 | 0 | 26 | 375 | 111 | 55 |
| Binary | 1000011 | 11111 | 11000111 | 1000010 | 1010100 | 0 | 10110 | 11111101 | 1001001 | 101101 |
Color Harmonies of #431FC7
Complementary color
Monochromatic Colors of #431FC7
Black with #431FC7
Text Example
Text Example
White with #431FC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431FC7; }
p { color: rgb(67,31,199); }
H1.HeaderClassName
{
color: #431FC7;
}
.AnyTagClassName
{
color: #431FC7;
}
</style>
background-color css
<style>
a { background-color: #431FC7; }
a { background-color: rgb(67,31,199); }
div.DivClassName
{
background-color: #431FC7;
}
.BgClassName
{
background-color: #431FC7;
}
</style>
border-color css
<style>
span { border-color: #431FC7; }
span { border-color: rgb(67,31,199); }
td.TdClassName
{
border-color: #431FC7;
}
.TagClassName
{
border-color: #431FC7;
}
</style>