Shades of Purple Heart #4534BB
Tints of Purple Heart #4534BB
RGB
CMYK
RGB Variations
Color information
#4534BB (or 0x4534BB) is known color: Purple Heart. HEX triplet: 45, 34 and BB. RGB value is (69,52,187). Sum of RGB (Red+Green+Blue) = 69+52+187=308 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.40% from 308); Green value is 52 (20.70% from 255 or 16.88% from 308); Blue value is 187 (73.44% from 255 or 60.71% from 308); Max value from RGB is 187 - color contains mainly: blue. Hex color #4534BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4534BB is #BACB44. Grayscale: #474747. Windows color (decimal): -12241733 or 12268613. OLE color: 12268613.
HSL color Cylindrical-coordinate representation of color #4534BB: hue angle of 247.56º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4534BB is Cyan = 0.63, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 69 | 52 | 187 | - |
| CMYK | 0.63 | 0.72 | 0 | 0.27 |
| HSL | 247.56º | 0.56% | 0.47% | - |
| HSV(B) | 247.56º | 0.72% | 0.73% | - |
| XYZ | 12.65 | 7.31 | 47.76 | - |
| YUV | 72.47 | 192.63 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 52 | 187 | 0.63 | 0.72 | 0 | 0.27 | 247.56 | 0.56 | 0.47 |
| Hex | 45 | 34 | BB | 3F | 48 | 0 | 1B | F8 | 38 | 2F |
| Octal | 105 | 64 | 273 | 77 | 110 | 0 | 33 | 370 | 70 | 57 |
| Binary | 1000101 | 110100 | 10111011 | 111111 | 1001000 | 0 | 11011 | 11111000 | 111000 | 101111 |
Color Harmonies of #4534BB
Complementary color
Monochromatic Colors of #4534BB
Black with #4534BB
Text Example
Text Example
White with #4534BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4534BB; }
p { color: rgb(69,52,187); }
H1.HeaderClassName
{
color: #4534BB;
}
.AnyTagClassName
{
color: #4534BB;
}
</style>
background-color css
<style>
a { background-color: #4534BB; }
a { background-color: rgb(69,52,187); }
div.DivClassName
{
background-color: #4534BB;
}
.BgClassName
{
background-color: #4534BB;
}
</style>
border-color css
<style>
span { border-color: #4534BB; }
span { border-color: rgb(69,52,187); }
td.TdClassName
{
border-color: #4534BB;
}
.TagClassName
{
border-color: #4534BB;
}
</style>