Shades of Purple Heart #431AC2
Tints of Purple Heart #431AC2
RGB
CMYK
RGB Variations
Color information
#431AC2 (or 0x431AC2) is known color: Purple Heart. HEX triplet: 43, 1A and C2. RGB value is (67,26,194). Sum of RGB (Red+Green+Blue) = 67+26+194=287 (38% of max value = 765). Red value is 67 (26.56% from 255 or 23.34% from 287); Green value is 26 (10.55% from 255 or 9.06% from 287); Blue value is 194 (76.17% from 255 or 67.60% from 287); Max value from RGB is 194 - color contains mainly: blue. Hex color #431AC2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #431AC2 is #BCE53D. Grayscale: #383838. Windows color (decimal): -12379454 or 12720707. OLE color: 12720707.
HSL color Cylindrical-coordinate representation of color #431AC2: hue angle of 254.64º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #431AC2 is Cyan = 0.65, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 67 | 26 | 194 | - |
| CMYK | 0.65 | 0.87 | 0 | 0.24 |
| HSL | 254.64º | 0.76% | 0.43% | - |
| HSV(B) | 254.64º | 0.87% | 0.76% | - |
| XYZ | 12.42 | 5.83 | 51.51 | - |
| YUV | 57.41 | 205.08 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 26 | 194 | 0.65 | 0.87 | 0 | 0.24 | 254.64 | 0.76 | 0.43 |
| Hex | 43 | 1A | C2 | 41 | 57 | 0 | 18 | FF | 4C | 2B |
| Octal | 103 | 32 | 302 | 101 | 127 | 0 | 30 | 377 | 114 | 53 |
| Binary | 1000011 | 11010 | 11000010 | 1000001 | 1010111 | 0 | 11000 | 11111111 | 1001100 | 101011 |
Color Harmonies of #431AC2
Complementary color
Monochromatic Colors of #431AC2
Black with #431AC2
Text Example
Text Example
White with #431AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431AC2; }
p { color: rgb(67,26,194); }
H1.HeaderClassName
{
color: #431AC2;
}
.AnyTagClassName
{
color: #431AC2;
}
</style>
background-color css
<style>
a { background-color: #431AC2; }
a { background-color: rgb(67,26,194); }
div.DivClassName
{
background-color: #431AC2;
}
.BgClassName
{
background-color: #431AC2;
}
</style>
border-color css
<style>
span { border-color: #431AC2; }
span { border-color: rgb(67,26,194); }
td.TdClassName
{
border-color: #431AC2;
}
.TagClassName
{
border-color: #431AC2;
}
</style>