Shades of Purple Heart #431DAC
Tints of Purple Heart #431DAC
RGB
CMYK
RGB Variations
Color information
#431DAC (or 0x431DAC) is known color: Purple Heart. HEX triplet: 43, 1D and AC. RGB value is (67,29,172). Sum of RGB (Red+Green+Blue) = 67+29+172=268 (35% of max value = 765). Red value is 67 (26.56% from 255 or 25% from 268); Green value is 29 (11.72% from 255 or 10.82% from 268); Blue value is 172 (67.58% from 255 or 64.18% from 268); Max value from RGB is 172 - color contains mainly: blue. Hex color #431DAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #431DAC is #BCE253. Grayscale: #383838. Windows color (decimal): -12378708 or 11279683. OLE color: 11279683.
HSL color Cylindrical-coordinate representation of color #431DAC: hue angle of 255.94º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #431DAC is Cyan = 0.61, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 67 | 29 | 172 | - |
| CMYK | 0.61 | 0.83 | 0 | 0.33 |
| HSL | 255.94º | 0.71% | 0.39% | - |
| HSV(B) | 255.94º | 0.83% | 0.67% | - |
| XYZ | 10.2 | 5.05 | 39.47 | - |
| YUV | 56.66 | 193.09 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 29 | 172 | 0.61 | 0.83 | 0 | 0.33 | 255.94 | 0.71 | 0.39 |
| Hex | 43 | 1D | AC | 3D | 53 | 0 | 21 | 100 | 47 | 27 |
| Octal | 103 | 35 | 254 | 75 | 123 | 0 | 41 | 400 | 107 | 47 |
| Binary | 1000011 | 11101 | 10101100 | 111101 | 1010011 | 0 | 100001 | 100000000 | 1000111 | 100111 |
Color Harmonies of #431DAC
Complementary color
Monochromatic Colors of #431DAC
Black with #431DAC
Text Example
Text Example
White with #431DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431DAC; }
p { color: rgb(67,29,172); }
H1.HeaderClassName
{
color: #431DAC;
}
.AnyTagClassName
{
color: #431DAC;
}
</style>
background-color css
<style>
a { background-color: #431DAC; }
a { background-color: rgb(67,29,172); }
div.DivClassName
{
background-color: #431DAC;
}
.BgClassName
{
background-color: #431DAC;
}
</style>
border-color css
<style>
span { border-color: #431DAC; }
span { border-color: rgb(67,29,172); }
td.TdClassName
{
border-color: #431DAC;
}
.TagClassName
{
border-color: #431DAC;
}
</style>