Shades of Purple Heart #452ABB
Tints of Purple Heart #452ABB
RGB
CMYK
RGB Variations
Color information
#452ABB (or 0x452ABB) is known color: Purple Heart. HEX triplet: 45, 2A and BB. RGB value is (69,42,187). Sum of RGB (Red+Green+Blue) = 69+42+187=298 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.15% from 298); Green value is 42 (16.80% from 255 or 14.09% from 298); Blue value is 187 (73.44% from 255 or 62.75% from 298); Max value from RGB is 187 - color contains mainly: blue. Hex color #452ABB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #452ABB is #BAD544. Grayscale: #424242. Windows color (decimal): -12244293 or 12266053. OLE color: 12266053.
HSL color Cylindrical-coordinate representation of color #452ABB: hue angle of 251.17º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #452ABB is Cyan = 0.63, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 69 | 42 | 187 | - |
| CMYK | 0.63 | 0.78 | 0 | 0.27 |
| HSL | 251.17º | 0.63% | 0.45% | - |
| HSV(B) | 251.17º | 0.78% | 0.73% | - |
| XYZ | 12.25 | 6.51 | 47.62 | - |
| YUV | 66.6 | 195.95 | 129.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 42 | 187 | 0.63 | 0.78 | 0 | 0.27 | 251.17 | 0.63 | 0.45 |
| Hex | 45 | 2A | BB | 3F | 4E | 0 | 1B | FB | 3F | 2D |
| Octal | 105 | 52 | 273 | 77 | 116 | 0 | 33 | 373 | 77 | 55 |
| Binary | 1000101 | 101010 | 10111011 | 111111 | 1001110 | 0 | 11011 | 11111011 | 111111 | 101101 |
Color Harmonies of #452ABB
Complementary color
Monochromatic Colors of #452ABB
Black with #452ABB
Text Example
Text Example
White with #452ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452ABB; }
p { color: rgb(69,42,187); }
H1.HeaderClassName
{
color: #452ABB;
}
.AnyTagClassName
{
color: #452ABB;
}
</style>
background-color css
<style>
a { background-color: #452ABB; }
a { background-color: rgb(69,42,187); }
div.DivClassName
{
background-color: #452ABB;
}
.BgClassName
{
background-color: #452ABB;
}
</style>
border-color css
<style>
span { border-color: #452ABB; }
span { border-color: rgb(69,42,187); }
td.TdClassName
{
border-color: #452ABB;
}
.TagClassName
{
border-color: #452ABB;
}
</style>