Shades of Purple Heart #431AD0
Tints of Purple Heart #431AD0
RGB
CMYK
RGB Variations
Color information
#431AD0 (or 0x431AD0) is known color: Purple Heart. HEX triplet: 43, 1A and D0. RGB value is (67,26,208). Sum of RGB (Red+Green+Blue) = 67+26+208=301 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.26% from 301); Green value is 26 (10.55% from 255 or 8.64% from 301); Blue value is 208 (81.64% from 255 or 69.10% from 301); Max value from RGB is 208 - color contains mainly: blue. Hex color #431AD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #431AD0 is #BCE52F. Grayscale: #3A3A3A. Windows color (decimal): -12379440 or 13638211. OLE color: 13638211.
HSL color Cylindrical-coordinate representation of color #431AD0: hue angle of 253.52º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #431AD0 is Cyan = 0.68, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 67 | 26 | 208 | - |
| CMYK | 0.68 | 0.88 | 0 | 0.18 |
| HSL | 253.52º | 0.78% | 0.46% | - |
| HSV(B) | 253.52º | 0.88% | 0.82% | - |
| XYZ | 14.07 | 6.49 | 60.18 | - |
| YUV | 59.01 | 212.08 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 26 | 208 | 0.68 | 0.88 | 0 | 0.18 | 253.52 | 0.78 | 0.46 |
| Hex | 43 | 1A | D0 | 44 | 58 | 0 | 12 | FE | 4E | 2E |
| Octal | 103 | 32 | 320 | 104 | 130 | 0 | 22 | 376 | 116 | 56 |
| Binary | 1000011 | 11010 | 11010000 | 1000100 | 1011000 | 0 | 10010 | 11111110 | 1001110 | 101110 |
Color Harmonies of #431AD0
Complementary color
Monochromatic Colors of #431AD0
Black with #431AD0
Text Example
Text Example
White with #431AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431AD0; }
p { color: rgb(67,26,208); }
H1.HeaderClassName
{
color: #431AD0;
}
.AnyTagClassName
{
color: #431AD0;
}
</style>
background-color css
<style>
a { background-color: #431AD0; }
a { background-color: rgb(67,26,208); }
div.DivClassName
{
background-color: #431AD0;
}
.BgClassName
{
background-color: #431AD0;
}
</style>
border-color css
<style>
span { border-color: #431AD0; }
span { border-color: rgb(67,26,208); }
td.TdClassName
{
border-color: #431AD0;
}
.TagClassName
{
border-color: #431AD0;
}
</style>