Shades of Purple Heart #431FCF
Tints of Purple Heart #431FCF
RGB
CMYK
RGB Variations
Color information
#431FCF (or 0x431FCF) is known color: Purple Heart. HEX triplet: 43, 1F and CF. RGB value is (67,31,207). Sum of RGB (Red+Green+Blue) = 67+31+207=305 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.97% from 305); Green value is 31 (12.5% from 255 or 10.16% from 305); Blue value is 207 (81.25% from 255 or 67.87% from 305); Max value from RGB is 207 - color contains mainly: blue. Hex color #431FCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #431FCF is #BCE030. Grayscale: #3D3D3D. Windows color (decimal): -12378161 or 13573955. OLE color: 13573955.
HSL color Cylindrical-coordinate representation of color #431FCF: hue angle of 252.27º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #431FCF is Cyan = 0.68, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 67 | 31 | 207 | - |
| CMYK | 0.68 | 0.85 | 0 | 0.19 |
| HSL | 252.27º | 0.74% | 0.47% | - |
| HSV(B) | 252.27º | 0.85% | 0.81% | - |
| XYZ | 14.07 | 6.68 | 59.58 | - |
| YUV | 61.83 | 209.93 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 31 | 207 | 0.68 | 0.85 | 0 | 0.19 | 252.27 | 0.74 | 0.47 |
| Hex | 43 | 1F | CF | 44 | 55 | 0 | 13 | FC | 4A | 2F |
| Octal | 103 | 37 | 317 | 104 | 125 | 0 | 23 | 374 | 112 | 57 |
| Binary | 1000011 | 11111 | 11001111 | 1000100 | 1010101 | 0 | 10011 | 11111100 | 1001010 | 101111 |
Color Harmonies of #431FCF
Complementary color
Monochromatic Colors of #431FCF
Black with #431FCF
Text Example
Text Example
White with #431FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431FCF; }
p { color: rgb(67,31,207); }
H1.HeaderClassName
{
color: #431FCF;
}
.AnyTagClassName
{
color: #431FCF;
}
</style>
background-color css
<style>
a { background-color: #431FCF; }
a { background-color: rgb(67,31,207); }
div.DivClassName
{
background-color: #431FCF;
}
.BgClassName
{
background-color: #431FCF;
}
</style>
border-color css
<style>
span { border-color: #431FCF; }
span { border-color: rgb(67,31,207); }
td.TdClassName
{
border-color: #431FCF;
}
.TagClassName
{
border-color: #431FCF;
}
</style>