Shades of Purple Heart #431EAF
Tints of Purple Heart #431EAF
RGB
CMYK
RGB Variations
Color information
#431EAF (or 0x431EAF) is known color: Purple Heart. HEX triplet: 43, 1E and AF. RGB value is (67,30,175). Sum of RGB (Red+Green+Blue) = 67+30+175=272 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.63% from 272); Green value is 30 (12.11% from 255 or 11.03% from 272); Blue value is 175 (68.75% from 255 or 64.34% from 272); Max value from RGB is 175 - color contains mainly: blue. Hex color #431EAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #431EAF is #BCE150. Grayscale: #393939. Windows color (decimal): -12378449 or 11476547. OLE color: 11476547.
HSL color Cylindrical-coordinate representation of color #431EAF: hue angle of 255.31º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #431EAF is Cyan = 0.62, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 67 | 30 | 175 | - |
| CMYK | 0.62 | 0.83 | 0 | 0.31 |
| HSL | 255.31º | 0.71% | 0.4% | - |
| HSV(B) | 255.31º | 0.83% | 0.69% | - |
| XYZ | 10.52 | 5.22 | 41.01 | - |
| YUV | 57.59 | 194.26 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 30 | 175 | 0.62 | 0.83 | 0 | 0.31 | 255.31 | 0.71 | 0.4 |
| Hex | 43 | 1E | AF | 3E | 53 | 0 | 1F | FF | 47 | 28 |
| Octal | 103 | 36 | 257 | 76 | 123 | 0 | 37 | 377 | 107 | 50 |
| Binary | 1000011 | 11110 | 10101111 | 111110 | 1010011 | 0 | 11111 | 11111111 | 1000111 | 101000 |
Color Harmonies of #431EAF
Complementary color
Monochromatic Colors of #431EAF
Black with #431EAF
Text Example
Text Example
White with #431EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431EAF; }
p { color: rgb(67,30,175); }
H1.HeaderClassName
{
color: #431EAF;
}
.AnyTagClassName
{
color: #431EAF;
}
</style>
background-color css
<style>
a { background-color: #431EAF; }
a { background-color: rgb(67,30,175); }
div.DivClassName
{
background-color: #431EAF;
}
.BgClassName
{
background-color: #431EAF;
}
</style>
border-color css
<style>
span { border-color: #431EAF; }
span { border-color: rgb(67,30,175); }
td.TdClassName
{
border-color: #431EAF;
}
.TagClassName
{
border-color: #431EAF;
}
</style>