Shades of Purple Heart #452ABF
Tints of Purple Heart #452ABF
RGB
CMYK
RGB Variations
Color information
#452ABF (or 0x452ABF) is known color: Purple Heart. HEX triplet: 45, 2A and BF. RGB value is (69,42,191). Sum of RGB (Red+Green+Blue) = 69+42+191=302 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.85% from 302); Green value is 42 (16.80% from 255 or 13.91% from 302); Blue value is 191 (75% from 255 or 63.25% from 302); Max value from RGB is 191 - color contains mainly: blue. Hex color #452ABF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #452ABF is #BAD540. Grayscale: #424242. Windows color (decimal): -12244289 or 12528197. OLE color: 12528197.
HSL color Cylindrical-coordinate representation of color #452ABF: hue angle of 250.87º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #452ABF is Cyan = 0.64, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 69 | 42 | 191 | - |
| CMYK | 0.64 | 0.78 | 0 | 0.25 |
| HSL | 250.87º | 0.64% | 0.46% | - |
| HSV(B) | 250.87º | 0.78% | 0.75% | - |
| XYZ | 12.69 | 6.68 | 49.91 | - |
| YUV | 67.06 | 197.95 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 42 | 191 | 0.64 | 0.78 | 0 | 0.25 | 250.87 | 0.64 | 0.46 |
| Hex | 45 | 2A | BF | 40 | 4E | 0 | 19 | FB | 40 | 2E |
| Octal | 105 | 52 | 277 | 100 | 116 | 0 | 31 | 373 | 100 | 56 |
| Binary | 1000101 | 101010 | 10111111 | 1000000 | 1001110 | 0 | 11001 | 11111011 | 1000000 | 101110 |
Color Harmonies of #452ABF
Complementary color
Monochromatic Colors of #452ABF
Black with #452ABF
Text Example
Text Example
White with #452ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452ABF; }
p { color: rgb(69,42,191); }
H1.HeaderClassName
{
color: #452ABF;
}
.AnyTagClassName
{
color: #452ABF;
}
</style>
background-color css
<style>
a { background-color: #452ABF; }
a { background-color: rgb(69,42,191); }
div.DivClassName
{
background-color: #452ABF;
}
.BgClassName
{
background-color: #452ABF;
}
</style>
border-color css
<style>
span { border-color: #452ABF; }
span { border-color: rgb(69,42,191); }
td.TdClassName
{
border-color: #452ABF;
}
.TagClassName
{
border-color: #452ABF;
}
</style>