Shades of Purple Heart #452DB4
Tints of Purple Heart #452DB4
RGB
CMYK
RGB Variations
Color information
#452DB4 (or 0x452DB4) is known color: Purple Heart. HEX triplet: 45, 2D and B4. RGB value is (69,45,180). Sum of RGB (Red+Green+Blue) = 69+45+180=294 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.47% from 294); Green value is 45 (17.97% from 255 or 15.31% from 294); Blue value is 180 (70.70% from 255 or 61.22% from 294); Max value from RGB is 180 - color contains mainly: blue. Hex color #452DB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #452DB4 is #BAD24B. Grayscale: #434343. Windows color (decimal): -12243532 or 11808069. OLE color: 11808069.
HSL color Cylindrical-coordinate representation of color #452DB4: hue angle of 250.67º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #452DB4 is Cyan = 0.62, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 69 | 45 | 180 | - |
| CMYK | 0.62 | 0.75 | 0 | 0.29 |
| HSL | 250.67º | 0.6% | 0.44% | - |
| HSV(B) | 250.67º | 0.75% | 0.71% | - |
| XYZ | 11.63 | 6.44 | 43.81 | - |
| YUV | 67.57 | 191.45 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 45 | 180 | 0.62 | 0.75 | 0 | 0.29 | 250.67 | 0.6 | 0.44 |
| Hex | 45 | 2D | B4 | 3E | 4B | 0 | 1D | FB | 3C | 2C |
| Octal | 105 | 55 | 264 | 76 | 113 | 0 | 35 | 373 | 74 | 54 |
| Binary | 1000101 | 101101 | 10110100 | 111110 | 1001011 | 0 | 11101 | 11111011 | 111100 | 101100 |
Color Harmonies of #452DB4
Complementary color
Monochromatic Colors of #452DB4
Black with #452DB4
Text Example
Text Example
White with #452DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452DB4; }
p { color: rgb(69,45,180); }
H1.HeaderClassName
{
color: #452DB4;
}
.AnyTagClassName
{
color: #452DB4;
}
</style>
background-color css
<style>
a { background-color: #452DB4; }
a { background-color: rgb(69,45,180); }
div.DivClassName
{
background-color: #452DB4;
}
.BgClassName
{
background-color: #452DB4;
}
</style>
border-color css
<style>
span { border-color: #452DB4; }
span { border-color: rgb(69,45,180); }
td.TdClassName
{
border-color: #452DB4;
}
.TagClassName
{
border-color: #452DB4;
}
</style>