Shades of Purple Heart #4231BA
Tints of Purple Heart #4231BA
RGB
CMYK
RGB Variations
Color information
#4231BA (or 0x4231BA) is known color: Purple Heart. HEX triplet: 42, 31 and BA. RGB value is (66,49,186). Sum of RGB (Red+Green+Blue) = 66+49+186=301 (39% of max value = 765). Red value is 66 (26.17% from 255 or 21.93% from 301); Green value is 49 (19.53% from 255 or 16.28% from 301); Blue value is 186 (73.05% from 255 or 61.79% from 301); Max value from RGB is 186 - color contains mainly: blue. Hex color #4231BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4231BA is #BDCE45. Grayscale: #454545. Windows color (decimal): -12439110 or 12202306. OLE color: 12202306.
HSL color Cylindrical-coordinate representation of color #4231BA: hue angle of 247.45º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4231BA is Cyan = 0.65, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 66 | 49 | 186 | - |
| CMYK | 0.65 | 0.74 | 0 | 0.27 |
| HSL | 247.45º | 0.58% | 0.46% | - |
| HSV(B) | 247.45º | 0.74% | 0.73% | - |
| XYZ | 12.21 | 6.9 | 47.14 | - |
| YUV | 69.7 | 193.63 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 49 | 186 | 0.65 | 0.74 | 0 | 0.27 | 247.45 | 0.58 | 0.46 |
| Hex | 42 | 31 | BA | 41 | 4A | 0 | 1B | F7 | 3A | 2E |
| Octal | 102 | 61 | 272 | 101 | 112 | 0 | 33 | 367 | 72 | 56 |
| Binary | 1000010 | 110001 | 10111010 | 1000001 | 1001010 | 0 | 11011 | 11110111 | 111010 | 101110 |
Color Harmonies of #4231BA
Complementary color
Monochromatic Colors of #4231BA
Black with #4231BA
Text Example
Text Example
White with #4231BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4231BA; }
p { color: rgb(66,49,186); }
H1.HeaderClassName
{
color: #4231BA;
}
.AnyTagClassName
{
color: #4231BA;
}
</style>
background-color css
<style>
a { background-color: #4231BA; }
a { background-color: rgb(66,49,186); }
div.DivClassName
{
background-color: #4231BA;
}
.BgClassName
{
background-color: #4231BA;
}
</style>
border-color css
<style>
span { border-color: #4231BA; }
span { border-color: rgb(66,49,186); }
td.TdClassName
{
border-color: #4231BA;
}
.TagClassName
{
border-color: #4231BA;
}
</style>