Shades of Purple Heart #452DB6
Tints of Purple Heart #452DB6
RGB
CMYK
RGB Variations
Color information
#452DB6 (or 0x452DB6) is known color: Purple Heart. HEX triplet: 45, 2D and B6. RGB value is (69,45,182). Sum of RGB (Red+Green+Blue) = 69+45+182=296 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.31% from 296); Green value is 45 (17.97% from 255 or 15.20% from 296); Blue value is 182 (71.48% from 255 or 61.49% from 296); Max value from RGB is 182 - color contains mainly: blue. Hex color #452DB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #452DB6 is #BAD249. Grayscale: #434343. Windows color (decimal): -12243530 or 11939141. OLE color: 11939141.
HSL color Cylindrical-coordinate representation of color #452DB6: hue angle of 250.51º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #452DB6 is Cyan = 0.62, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 69 | 45 | 182 | - |
| CMYK | 0.62 | 0.75 | 0 | 0.29 |
| HSL | 250.51º | 0.6% | 0.45% | - |
| HSV(B) | 250.51º | 0.75% | 0.71% | - |
| XYZ | 11.84 | 6.52 | 44.89 | - |
| YUV | 67.79 | 192.45 | 128.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 45 | 182 | 0.62 | 0.75 | 0 | 0.29 | 250.51 | 0.6 | 0.45 |
| Hex | 45 | 2D | B6 | 3E | 4B | 0 | 1D | FB | 3C | 2D |
| Octal | 105 | 55 | 266 | 76 | 113 | 0 | 35 | 373 | 74 | 55 |
| Binary | 1000101 | 101101 | 10110110 | 111110 | 1001011 | 0 | 11101 | 11111011 | 111100 | 101101 |
Color Harmonies of #452DB6
Complementary color
Monochromatic Colors of #452DB6
Black with #452DB6
Text Example
Text Example
White with #452DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452DB6; }
p { color: rgb(69,45,182); }
H1.HeaderClassName
{
color: #452DB6;
}
.AnyTagClassName
{
color: #452DB6;
}
</style>
background-color css
<style>
a { background-color: #452DB6; }
a { background-color: rgb(69,45,182); }
div.DivClassName
{
background-color: #452DB6;
}
.BgClassName
{
background-color: #452DB6;
}
</style>
border-color css
<style>
span { border-color: #452DB6; }
span { border-color: rgb(69,45,182); }
td.TdClassName
{
border-color: #452DB6;
}
.TagClassName
{
border-color: #452DB6;
}
</style>