Shades of Purple Heart #431EC3
Tints of Purple Heart #431EC3
RGB
CMYK
RGB Variations
Color information
#431EC3 (or 0x431EC3) is known color: Purple Heart. HEX triplet: 43, 1E and C3. RGB value is (67,30,195). Sum of RGB (Red+Green+Blue) = 67+30+195=292 (38% of max value = 765). Red value is 67 (26.56% from 255 or 22.95% from 292); Green value is 30 (12.11% from 255 or 10.27% from 292); Blue value is 195 (76.56% from 255 or 66.78% from 292); Max value from RGB is 195 - color contains mainly: blue. Hex color #431EC3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #431EC3 is #BCE13C. Grayscale: #3B3B3B. Windows color (decimal): -12378429 or 12787267. OLE color: 12787267.
HSL color Cylindrical-coordinate representation of color #431EC3: hue angle of 253.45º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #431EC3 is Cyan = 0.66, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 67 | 30 | 195 | - |
| CMYK | 0.66 | 0.85 | 0 | 0.24 |
| HSL | 253.45º | 0.73% | 0.44% | - |
| HSV(B) | 253.45º | 0.85% | 0.76% | - |
| XYZ | 12.63 | 6.06 | 52.13 | - |
| YUV | 59.87 | 204.26 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 30 | 195 | 0.66 | 0.85 | 0 | 0.24 | 253.45 | 0.73 | 0.44 |
| Hex | 43 | 1E | C3 | 42 | 55 | 0 | 18 | FD | 49 | 2C |
| Octal | 103 | 36 | 303 | 102 | 125 | 0 | 30 | 375 | 111 | 54 |
| Binary | 1000011 | 11110 | 11000011 | 1000010 | 1010101 | 0 | 11000 | 11111101 | 1001001 | 101100 |
Color Harmonies of #431EC3
Complementary color
Monochromatic Colors of #431EC3
Black with #431EC3
Text Example
Text Example
White with #431EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431EC3; }
p { color: rgb(67,30,195); }
H1.HeaderClassName
{
color: #431EC3;
}
.AnyTagClassName
{
color: #431EC3;
}
</style>
background-color css
<style>
a { background-color: #431EC3; }
a { background-color: rgb(67,30,195); }
div.DivClassName
{
background-color: #431EC3;
}
.BgClassName
{
background-color: #431EC3;
}
</style>
border-color css
<style>
span { border-color: #431EC3; }
span { border-color: rgb(67,30,195); }
td.TdClassName
{
border-color: #431EC3;
}
.TagClassName
{
border-color: #431EC3;
}
</style>