Shades of Purple Heart #431FCE
Tints of Purple Heart #431FCE
RGB
CMYK
RGB Variations
Color information
#431FCE (or 0x431FCE) is known color: Purple Heart. HEX triplet: 43, 1F and CE. RGB value is (67,31,206). Sum of RGB (Red+Green+Blue) = 67+31+206=304 (40% of max value = 765). Red value is 67 (26.56% from 255 or 22.04% from 304); Green value is 31 (12.5% from 255 or 10.20% from 304); Blue value is 206 (80.86% from 255 or 67.76% from 304); Max value from RGB is 206 - color contains mainly: blue. Hex color #431FCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #431FCE is #BCE031. Grayscale: #3D3D3D. Windows color (decimal): -12378162 or 13508419. OLE color: 13508419.
HSL color Cylindrical-coordinate representation of color #431FCE: hue angle of 252.34º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #431FCE is Cyan = 0.67, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 67 | 31 | 206 | - |
| CMYK | 0.67 | 0.85 | 0 | 0.19 |
| HSL | 252.34º | 0.74% | 0.46% | - |
| HSV(B) | 252.34º | 0.85% | 0.81% | - |
| XYZ | 13.95 | 6.63 | 58.94 | - |
| YUV | 61.71 | 209.43 | 131.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 31 | 206 | 0.67 | 0.85 | 0 | 0.19 | 252.34 | 0.74 | 0.46 |
| Hex | 43 | 1F | CE | 43 | 55 | 0 | 13 | FC | 4A | 2E |
| Octal | 103 | 37 | 316 | 103 | 125 | 0 | 23 | 374 | 112 | 56 |
| Binary | 1000011 | 11111 | 11001110 | 1000011 | 1010101 | 0 | 10011 | 11111100 | 1001010 | 101110 |
Color Harmonies of #431FCE
Complementary color
Monochromatic Colors of #431FCE
Black with #431FCE
Text Example
Text Example
White with #431FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431FCE; }
p { color: rgb(67,31,206); }
H1.HeaderClassName
{
color: #431FCE;
}
.AnyTagClassName
{
color: #431FCE;
}
</style>
background-color css
<style>
a { background-color: #431FCE; }
a { background-color: rgb(67,31,206); }
div.DivClassName
{
background-color: #431FCE;
}
.BgClassName
{
background-color: #431FCE;
}
</style>
border-color css
<style>
span { border-color: #431FCE; }
span { border-color: rgb(67,31,206); }
td.TdClassName
{
border-color: #431FCE;
}
.TagClassName
{
border-color: #431FCE;
}
</style>