Shades of Purple Heart #452CC0
Tints of Purple Heart #452CC0
RGB
CMYK
RGB Variations
Color information
#452CC0 (or 0x452CC0) is known color: Purple Heart. HEX triplet: 45, 2C and C0. RGB value is (69,44,192). Sum of RGB (Red+Green+Blue) = 69+44+192=305 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.62% from 305); Green value is 44 (17.58% from 255 or 14.43% from 305); Blue value is 192 (75.39% from 255 or 62.95% from 305); Max value from RGB is 192 - color contains mainly: blue. Hex color #452CC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #452CC0 is #BAD33F. Grayscale: #434343. Windows color (decimal): -12243776 or 12594245. OLE color: 12594245.
HSL color Cylindrical-coordinate representation of color #452CC0: hue angle of 250.14º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #452CC0 is Cyan = 0.64, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 69 | 44 | 192 | - |
| CMYK | 0.64 | 0.77 | 0 | 0.25 |
| HSL | 250.14º | 0.63% | 0.46% | - |
| HSV(B) | 250.14º | 0.77% | 0.75% | - |
| XYZ | 12.87 | 6.87 | 50.52 | - |
| YUV | 68.35 | 197.78 | 128.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 44 | 192 | 0.64 | 0.77 | 0 | 0.25 | 250.14 | 0.63 | 0.46 |
| Hex | 45 | 2C | C0 | 40 | 4D | 0 | 19 | FA | 3F | 2E |
| Octal | 105 | 54 | 300 | 100 | 115 | 0 | 31 | 372 | 77 | 56 |
| Binary | 1000101 | 101100 | 11000000 | 1000000 | 1001101 | 0 | 11001 | 11111010 | 111111 | 101110 |
Color Harmonies of #452CC0
Complementary color
Monochromatic Colors of #452CC0
Black with #452CC0
Text Example
Text Example
White with #452CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452CC0; }
p { color: rgb(69,44,192); }
H1.HeaderClassName
{
color: #452CC0;
}
.AnyTagClassName
{
color: #452CC0;
}
</style>
background-color css
<style>
a { background-color: #452CC0; }
a { background-color: rgb(69,44,192); }
div.DivClassName
{
background-color: #452CC0;
}
.BgClassName
{
background-color: #452CC0;
}
</style>
border-color css
<style>
span { border-color: #452CC0; }
span { border-color: rgb(69,44,192); }
td.TdClassName
{
border-color: #452CC0;
}
.TagClassName
{
border-color: #452CC0;
}
</style>