Shades of Purple Heart #4231BB
Tints of Purple Heart #4231BB
RGB
CMYK
RGB Variations
Color information
#4231BB (or 0x4231BB) is known color: Purple Heart. HEX triplet: 42, 31 and BB. RGB value is (66,49,187). Sum of RGB (Red+Green+Blue) = 66+49+187=302 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.85% from 302); Green value is 49 (19.53% from 255 or 16.23% from 302); Blue value is 187 (73.44% from 255 or 61.92% from 302); Max value from RGB is 187 - color contains mainly: blue. Hex color #4231BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4231BB is #BDCE44. Grayscale: #454545. Windows color (decimal): -12439109 or 12267842. OLE color: 12267842.
HSL color Cylindrical-coordinate representation of color #4231BB: hue angle of 247.39º 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 #4231BB is Cyan = 0.65, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 66 | 49 | 187 | - |
| CMYK | 0.65 | 0.74 | 0 | 0.27 |
| HSL | 247.39º | 0.58% | 0.46% | - |
| HSV(B) | 247.39º | 0.74% | 0.73% | - |
| XYZ | 12.31 | 6.94 | 47.7 | - |
| YUV | 69.82 | 194.13 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 49 | 187 | 0.65 | 0.74 | 0 | 0.27 | 247.39 | 0.58 | 0.46 |
| Hex | 42 | 31 | BB | 41 | 4A | 0 | 1B | F7 | 3A | 2E |
| Octal | 102 | 61 | 273 | 101 | 112 | 0 | 33 | 367 | 72 | 56 |
| Binary | 1000010 | 110001 | 10111011 | 1000001 | 1001010 | 0 | 11011 | 11110111 | 111010 | 101110 |
Color Harmonies of #4231BB
Complementary color
Monochromatic Colors of #4231BB
Black with #4231BB
Text Example
Text Example
White with #4231BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4231BB; }
p { color: rgb(66,49,187); }
H1.HeaderClassName
{
color: #4231BB;
}
.AnyTagClassName
{
color: #4231BB;
}
</style>
background-color css
<style>
a { background-color: #4231BB; }
a { background-color: rgb(66,49,187); }
div.DivClassName
{
background-color: #4231BB;
}
.BgClassName
{
background-color: #4231BB;
}
</style>
border-color css
<style>
span { border-color: #4231BB; }
span { border-color: rgb(66,49,187); }
td.TdClassName
{
border-color: #4231BB;
}
.TagClassName
{
border-color: #4231BB;
}
</style>