Shades of Purple Heart #431FC9
Tints of Purple Heart #431FC9
RGB
CMYK
RGB Variations
Color information
#431FC9 (or 0x431FC9) is known color: Purple Heart. HEX triplet: 43, 1F and C9. RGB value is (67,31,201). Sum of RGB (Red+Green+Blue) = 67+31+201=299 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.41% from 299); Green value is 31 (12.5% from 255 or 10.37% from 299); Blue value is 201 (78.91% from 255 or 67.22% from 299); Max value from RGB is 201 - color contains mainly: blue. Hex color #431FC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #431FC9 is #BCE036. Grayscale: #3C3C3C. Windows color (decimal): -12378167 or 13180739. OLE color: 13180739.
HSL color Cylindrical-coordinate representation of color #431FC9: hue angle of 252.71º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #431FC9 is Cyan = 0.67, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 67 | 31 | 201 | - |
| CMYK | 0.67 | 0.85 | 0 | 0.21 |
| HSL | 252.71º | 0.73% | 0.45% | - |
| HSV(B) | 252.71º | 0.85% | 0.79% | - |
| XYZ | 13.35 | 6.39 | 55.79 | - |
| YUV | 61.14 | 206.93 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 31 | 201 | 0.67 | 0.85 | 0 | 0.21 | 252.71 | 0.73 | 0.45 |
| Hex | 43 | 1F | C9 | 43 | 55 | 0 | 15 | FD | 49 | 2D |
| Octal | 103 | 37 | 311 | 103 | 125 | 0 | 25 | 375 | 111 | 55 |
| Binary | 1000011 | 11111 | 11001001 | 1000011 | 1010101 | 0 | 10101 | 11111101 | 1001001 | 101101 |
Color Harmonies of #431FC9
Complementary color
Monochromatic Colors of #431FC9
Black with #431FC9
Text Example
Text Example
White with #431FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431FC9; }
p { color: rgb(67,31,201); }
H1.HeaderClassName
{
color: #431FC9;
}
.AnyTagClassName
{
color: #431FC9;
}
</style>
background-color css
<style>
a { background-color: #431FC9; }
a { background-color: rgb(67,31,201); }
div.DivClassName
{
background-color: #431FC9;
}
.BgClassName
{
background-color: #431FC9;
}
</style>
border-color css
<style>
span { border-color: #431FC9; }
span { border-color: rgb(67,31,201); }
td.TdClassName
{
border-color: #431FC9;
}
.TagClassName
{
border-color: #431FC9;
}
</style>