Shades of Purple Heart #452FBC
Tints of Purple Heart #452FBC
RGB
CMYK
RGB Variations
Color information
#452FBC (or 0x452FBC) is known color: Purple Heart. HEX triplet: 45, 2F and BC. RGB value is (69,47,188). Sum of RGB (Red+Green+Blue) = 69+47+188=304 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.70% from 304); Green value is 47 (18.75% from 255 or 15.46% from 304); Blue value is 188 (73.83% from 255 or 61.84% from 304); Max value from RGB is 188 - color contains mainly: blue. Hex color #452FBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #452FBC is #BAD043. Grayscale: #454545. Windows color (decimal): -12243012 or 12332869. OLE color: 12332869.
HSL color Cylindrical-coordinate representation of color #452FBC: hue angle of 249.36º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #452FBC is Cyan = 0.63, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 69 | 47 | 188 | - |
| CMYK | 0.63 | 0.75 | 0 | 0.26 |
| HSL | 249.36º | 0.6% | 0.46% | - |
| HSV(B) | 249.36º | 0.75% | 0.74% | - |
| XYZ | 12.55 | 6.93 | 48.25 | - |
| YUV | 69.65 | 194.79 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 47 | 188 | 0.63 | 0.75 | 0 | 0.26 | 249.36 | 0.6 | 0.46 |
| Hex | 45 | 2F | BC | 3F | 4B | 0 | 1A | F9 | 3C | 2E |
| Octal | 105 | 57 | 274 | 77 | 113 | 0 | 32 | 371 | 74 | 56 |
| Binary | 1000101 | 101111 | 10111100 | 111111 | 1001011 | 0 | 11010 | 11111001 | 111100 | 101110 |
Color Harmonies of #452FBC
Complementary color
Monochromatic Colors of #452FBC
Black with #452FBC
Text Example
Text Example
White with #452FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452FBC; }
p { color: rgb(69,47,188); }
H1.HeaderClassName
{
color: #452FBC;
}
.AnyTagClassName
{
color: #452FBC;
}
</style>
background-color css
<style>
a { background-color: #452FBC; }
a { background-color: rgb(69,47,188); }
div.DivClassName
{
background-color: #452FBC;
}
.BgClassName
{
background-color: #452FBC;
}
</style>
border-color css
<style>
span { border-color: #452FBC; }
span { border-color: rgb(69,47,188); }
td.TdClassName
{
border-color: #452FBC;
}
.TagClassName
{
border-color: #452FBC;
}
</style>