Shades of Purple Heart #452CC1
Tints of Purple Heart #452CC1
RGB
CMYK
RGB Variations
Color information
#452CC1 (or 0x452CC1) is known color: Purple Heart. HEX triplet: 45, 2C and C1. RGB value is (69,44,193). Sum of RGB (Red+Green+Blue) = 69+44+193=306 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.55% from 306); Green value is 44 (17.58% from 255 or 14.38% from 306); Blue value is 193 (75.78% from 255 or 63.07% from 306); Max value from RGB is 193 - color contains mainly: blue. Hex color #452CC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #452CC1 is #BAD33E. Grayscale: #434343. Windows color (decimal): -12243775 or 12659781. OLE color: 12659781.
HSL color Cylindrical-coordinate representation of color #452CC1: hue angle of 250.07º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #452CC1 is Cyan = 0.64, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 69 | 44 | 193 | - |
| CMYK | 0.64 | 0.77 | 0 | 0.24 |
| HSL | 250.07º | 0.63% | 0.46% | - |
| HSV(B) | 250.07º | 0.77% | 0.76% | - |
| XYZ | 12.98 | 6.92 | 51.1 | - |
| YUV | 68.46 | 198.28 | 128.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 44 | 193 | 0.64 | 0.77 | 0 | 0.24 | 250.07 | 0.63 | 0.46 |
| Hex | 45 | 2C | C1 | 40 | 4D | 0 | 18 | FA | 3F | 2E |
| Octal | 105 | 54 | 301 | 100 | 115 | 0 | 30 | 372 | 77 | 56 |
| Binary | 1000101 | 101100 | 11000001 | 1000000 | 1001101 | 0 | 11000 | 11111010 | 111111 | 101110 |
Color Harmonies of #452CC1
Complementary color
Monochromatic Colors of #452CC1
Black with #452CC1
Text Example
Text Example
White with #452CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452CC1; }
p { color: rgb(69,44,193); }
H1.HeaderClassName
{
color: #452CC1;
}
.AnyTagClassName
{
color: #452CC1;
}
</style>
background-color css
<style>
a { background-color: #452CC1; }
a { background-color: rgb(69,44,193); }
div.DivClassName
{
background-color: #452CC1;
}
.BgClassName
{
background-color: #452CC1;
}
</style>
border-color css
<style>
span { border-color: #452CC1; }
span { border-color: rgb(69,44,193); }
td.TdClassName
{
border-color: #452CC1;
}
.TagClassName
{
border-color: #452CC1;
}
</style>