Shades of Purple Heart #452FC2
Tints of Purple Heart #452FC2
RGB
CMYK
RGB Variations
Color information
#452FC2 (or 0x452FC2) is known color: Purple Heart. HEX triplet: 45, 2F and C2. RGB value is (69,47,194). Sum of RGB (Red+Green+Blue) = 69+47+194=310 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.26% from 310); Green value is 47 (18.75% from 255 or 15.16% from 310); Blue value is 194 (76.17% from 255 or 62.58% from 310); Max value from RGB is 194 - color contains mainly: blue. Hex color #452FC2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #452FC2 is #BAD03D. Grayscale: #454545. Windows color (decimal): -12243006 or 12726085. OLE color: 12726085.
HSL color Cylindrical-coordinate representation of color #452FC2: hue angle of 248.98º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #452FC2 is Cyan = 0.64, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 69 | 47 | 194 | - |
| CMYK | 0.64 | 0.76 | 0 | 0.24 |
| HSL | 248.98º | 0.61% | 0.47% | - |
| HSV(B) | 248.98º | 0.76% | 0.76% | - |
| XYZ | 13.21 | 7.19 | 51.73 | - |
| YUV | 70.34 | 197.79 | 127.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 47 | 194 | 0.64 | 0.76 | 0 | 0.24 | 248.98 | 0.61 | 0.47 |
| Hex | 45 | 2F | C2 | 40 | 4C | 0 | 18 | F9 | 3D | 2F |
| Octal | 105 | 57 | 302 | 100 | 114 | 0 | 30 | 371 | 75 | 57 |
| Binary | 1000101 | 101111 | 11000010 | 1000000 | 1001100 | 0 | 11000 | 11111001 | 111101 | 101111 |
Color Harmonies of #452FC2
Complementary color
Monochromatic Colors of #452FC2
Black with #452FC2
Text Example
Text Example
White with #452FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452FC2; }
p { color: rgb(69,47,194); }
H1.HeaderClassName
{
color: #452FC2;
}
.AnyTagClassName
{
color: #452FC2;
}
</style>
background-color css
<style>
a { background-color: #452FC2; }
a { background-color: rgb(69,47,194); }
div.DivClassName
{
background-color: #452FC2;
}
.BgClassName
{
background-color: #452FC2;
}
</style>
border-color css
<style>
span { border-color: #452FC2; }
span { border-color: rgb(69,47,194); }
td.TdClassName
{
border-color: #452FC2;
}
.TagClassName
{
border-color: #452FC2;
}
</style>