Shades of Purple Heart #450BBC
Tints of Purple Heart #450BBC
RGB
CMYK
RGB Variations
Color information
#450BBC (or 0x450BBC) is known color: Purple Heart. HEX triplet: 45, 0B and BC. RGB value is (69,11,188). Sum of RGB (Red+Green+Blue) = 69+11+188=268 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.75% from 268); Green value is 11 (4.69% from 255 or 4.10% from 268); Blue value is 188 (73.83% from 255 or 70.15% from 268); Max value from RGB is 188 - color contains mainly: blue. Hex color #450BBC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #450BBC is #BAF443. Grayscale: #2F2F2F. Windows color (decimal): -12252228 or 12323653. OLE color: 12323653.
HSL color Cylindrical-coordinate representation of color #450BBC: hue angle of 259.66º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #450BBC is Cyan = 0.63, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 69 | 11 | 188 | - |
| CMYK | 0.63 | 0.94 | 0 | 0.26 |
| HSL | 259.66º | 0.89% | 0.39% | - |
| HSV(B) | 259.66º | 0.94% | 0.74% | - |
| XYZ | 11.65 | 5.14 | 47.95 | - |
| YUV | 48.52 | 206.72 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 11 | 188 | 0.63 | 0.94 | 0 | 0.26 | 259.66 | 0.89 | 0.39 |
| Hex | 45 | B | BC | 3F | 5E | 0 | 1A | 104 | 59 | 27 |
| Octal | 105 | 13 | 274 | 77 | 136 | 0 | 32 | 404 | 131 | 47 |
| Binary | 1000101 | 1011 | 10111100 | 111111 | 1011110 | 0 | 11010 | 100000100 | 1011001 | 100111 |
Color Harmonies of #450BBC
Complementary color
Monochromatic Colors of #450BBC
Black with #450BBC
Text Example
Text Example
White with #450BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450BBC; }
p { color: rgb(69,11,188); }
H1.HeaderClassName
{
color: #450BBC;
}
.AnyTagClassName
{
color: #450BBC;
}
</style>
background-color css
<style>
a { background-color: #450BBC; }
a { background-color: rgb(69,11,188); }
div.DivClassName
{
background-color: #450BBC;
}
.BgClassName
{
background-color: #450BBC;
}
</style>
border-color css
<style>
span { border-color: #450BBC; }
span { border-color: rgb(69,11,188); }
td.TdClassName
{
border-color: #450BBC;
}
.TagClassName
{
border-color: #450BBC;
}
</style>