Shades of Purple Heart #4530BE
Tints of Purple Heart #4530BE
RGB
CMYK
RGB Variations
Color information
#4530BE (or 0x4530BE) is known color: Purple Heart. HEX triplet: 45, 30 and BE. RGB value is (69,48,190). Sum of RGB (Red+Green+Blue) = 69+48+190=307 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.48% from 307); Green value is 48 (19.14% from 255 or 15.64% from 307); Blue value is 190 (74.61% from 255 or 61.89% from 307); Max value from RGB is 190 - color contains mainly: blue. Hex color #4530BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4530BE is #BACF41. Grayscale: #454545. Windows color (decimal): -12242754 or 12464197. OLE color: 12464197.
HSL color Cylindrical-coordinate representation of color #4530BE: hue angle of 248.87º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4530BE is Cyan = 0.64, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 69 | 48 | 190 | - |
| CMYK | 0.64 | 0.75 | 0 | 0.25 |
| HSL | 248.87º | 0.6% | 0.47% | - |
| HSV(B) | 248.87º | 0.75% | 0.75% | - |
| XYZ | 12.81 | 7.1 | 49.41 | - |
| YUV | 70.47 | 195.46 | 126.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 48 | 190 | 0.64 | 0.75 | 0 | 0.25 | 248.87 | 0.6 | 0.47 |
| Hex | 45 | 30 | BE | 40 | 4B | 0 | 19 | F9 | 3C | 2F |
| Octal | 105 | 60 | 276 | 100 | 113 | 0 | 31 | 371 | 74 | 57 |
| Binary | 1000101 | 110000 | 10111110 | 1000000 | 1001011 | 0 | 11001 | 11111001 | 111100 | 101111 |
Color Harmonies of #4530BE
Complementary color
Monochromatic Colors of #4530BE
Black with #4530BE
Text Example
Text Example
White with #4530BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4530BE; }
p { color: rgb(69,48,190); }
H1.HeaderClassName
{
color: #4530BE;
}
.AnyTagClassName
{
color: #4530BE;
}
</style>
background-color css
<style>
a { background-color: #4530BE; }
a { background-color: rgb(69,48,190); }
div.DivClassName
{
background-color: #4530BE;
}
.BgClassName
{
background-color: #4530BE;
}
</style>
border-color css
<style>
span { border-color: #4530BE; }
span { border-color: rgb(69,48,190); }
td.TdClassName
{
border-color: #4530BE;
}
.TagClassName
{
border-color: #4530BE;
}
</style>