Shades of Purple Heart #4531BE
Tints of Purple Heart #4531BE
RGB
CMYK
RGB Variations
Color information
#4531BE (or 0x4531BE) is known color: Purple Heart. HEX triplet: 45, 31 and BE. RGB value is (69,49,190). Sum of RGB (Red+Green+Blue) = 69+49+190=308 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.40% from 308); Green value is 49 (19.53% from 255 or 15.91% from 308); Blue value is 190 (74.61% from 255 or 61.69% from 308); Max value from RGB is 190 - color contains mainly: blue. Hex color #4531BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4531BE is #BACE41. Grayscale: #464646. Windows color (decimal): -12242498 or 12464453. OLE color: 12464453.
HSL color Cylindrical-coordinate representation of color #4531BE: hue angle of 248.51º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4531BE is Cyan = 0.64, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 69 | 49 | 190 | - |
| CMYK | 0.64 | 0.74 | 0 | 0.25 |
| HSL | 248.51º | 0.59% | 0.47% | - |
| HSV(B) | 248.51º | 0.74% | 0.75% | - |
| XYZ | 12.85 | 7.18 | 49.42 | - |
| YUV | 71.05 | 195.13 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 49 | 190 | 0.64 | 0.74 | 0 | 0.25 | 248.51 | 0.59 | 0.47 |
| Hex | 45 | 31 | BE | 40 | 4A | 0 | 19 | F9 | 3B | 2F |
| Octal | 105 | 61 | 276 | 100 | 112 | 0 | 31 | 371 | 73 | 57 |
| Binary | 1000101 | 110001 | 10111110 | 1000000 | 1001010 | 0 | 11001 | 11111001 | 111011 | 101111 |
Color Harmonies of #4531BE
Complementary color
Monochromatic Colors of #4531BE
Black with #4531BE
Text Example
Text Example
White with #4531BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4531BE; }
p { color: rgb(69,49,190); }
H1.HeaderClassName
{
color: #4531BE;
}
.AnyTagClassName
{
color: #4531BE;
}
</style>
background-color css
<style>
a { background-color: #4531BE; }
a { background-color: rgb(69,49,190); }
div.DivClassName
{
background-color: #4531BE;
}
.BgClassName
{
background-color: #4531BE;
}
</style>
border-color css
<style>
span { border-color: #4531BE; }
span { border-color: rgb(69,49,190); }
td.TdClassName
{
border-color: #4531BE;
}
.TagClassName
{
border-color: #4531BE;
}
</style>