Shades of Purple Heart #4500BB
Tints of Purple Heart #4500BB
RGB
CMYK
RGB Variations
Color information
#4500BB (or 0x4500BB) is known color: Purple Heart. HEX triplet: 45, 00 and BB. RGB value is (69,0,187). Sum of RGB (Red+Green+Blue) = 69+0+187=256 (33% of max value = 765). Red value is 69 (27.34% from 255 or 26.95% from 256); Green value is 0 (0.39% from 255 or 0% from 256); Blue value is 187 (73.44% from 255 or 73.05% from 256); Max value from RGB is 187 - color contains mainly: blue. Hex color #4500BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4500BB is #BAFF44. Grayscale: #292929. Windows color (decimal): -12255045 or 12255301. OLE color: 12255301.
HSL color Cylindrical-coordinate representation of color #4500BB: hue angle of 262.14º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4500BB is Cyan = 0.63, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 69 | 0 | 187 | - |
| CMYK | 0.63 | 1 | 0 | 0.27 |
| HSL | 262.14º | 1% | 0.37% | - |
| HSV(B) | 262.14º | 1% | 0.73% | - |
| XYZ | 11.42 | 4.85 | 47.35 | - |
| YUV | 41.95 | 209.86 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 0 | 187 | 0.63 | 1 | 0 | 0.27 | 262.14 | 1 | 0.37 |
| Hex | 45 | 0 | BB | 3F | 64 | 0 | 1B | 106 | 64 | 25 |
| Octal | 105 | 0 | 273 | 77 | 144 | 0 | 33 | 406 | 144 | 45 |
| Binary | 1000101 | 0 | 10111011 | 111111 | 1100100 | 0 | 11011 | 100000110 | 1100100 | 100101 |
Color Harmonies of #4500BB
Complementary color
Monochromatic Colors of #4500BB
Black with #4500BB
Text Example
Text Example
White with #4500BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4500BB; }
p { color: rgb(69,0,187); }
H1.HeaderClassName
{
color: #4500BB;
}
.AnyTagClassName
{
color: #4500BB;
}
</style>
background-color css
<style>
a { background-color: #4500BB; }
a { background-color: rgb(69,0,187); }
div.DivClassName
{
background-color: #4500BB;
}
.BgClassName
{
background-color: #4500BB;
}
</style>
border-color css
<style>
span { border-color: #4500BB; }
span { border-color: rgb(69,0,187); }
td.TdClassName
{
border-color: #4500BB;
}
.TagClassName
{
border-color: #4500BB;
}
</style>