Shades of Purple Heart #452CC2
Tints of Purple Heart #452CC2
RGB
CMYK
RGB Variations
Color information
#452CC2 (or 0x452CC2) is known color: Purple Heart. HEX triplet: 45, 2C and C2. RGB value is (69,44,194). Sum of RGB (Red+Green+Blue) = 69+44+194=307 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.48% from 307); Green value is 44 (17.58% from 255 or 14.33% from 307); Blue value is 194 (76.17% from 255 or 63.19% from 307); Max value from RGB is 194 - color contains mainly: blue. Hex color #452CC2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #452CC2 is #BAD33D. Grayscale: #444444. Windows color (decimal): -12243774 or 12725317. OLE color: 12725317.
HSL color Cylindrical-coordinate representation of color #452CC2: hue angle of 250º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #452CC2 is Cyan = 0.64, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 69 | 44 | 194 | - |
| CMYK | 0.64 | 0.77 | 0 | 0.24 |
| HSL | 250º | 0.63% | 0.47% | - |
| HSV(B) | 250º | 0.77% | 0.76% | - |
| XYZ | 13.09 | 6.96 | 51.69 | - |
| YUV | 68.58 | 198.78 | 128.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 44 | 194 | 0.64 | 0.77 | 0 | 0.24 | 250 | 0.63 | 0.47 |
| Hex | 45 | 2C | C2 | 40 | 4D | 0 | 18 | FA | 3F | 2F |
| Octal | 105 | 54 | 302 | 100 | 115 | 0 | 30 | 372 | 77 | 57 |
| Binary | 1000101 | 101100 | 11000010 | 1000000 | 1001101 | 0 | 11000 | 11111010 | 111111 | 101111 |
Color Harmonies of #452CC2
Complementary color
Monochromatic Colors of #452CC2
Black with #452CC2
Text Example
Text Example
White with #452CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452CC2; }
p { color: rgb(69,44,194); }
H1.HeaderClassName
{
color: #452CC2;
}
.AnyTagClassName
{
color: #452CC2;
}
</style>
background-color css
<style>
a { background-color: #452CC2; }
a { background-color: rgb(69,44,194); }
div.DivClassName
{
background-color: #452CC2;
}
.BgClassName
{
background-color: #452CC2;
}
</style>
border-color css
<style>
span { border-color: #452CC2; }
span { border-color: rgb(69,44,194); }
td.TdClassName
{
border-color: #452CC2;
}
.TagClassName
{
border-color: #452CC2;
}
</style>