Shades of Purple Heart #451DCB
Tints of Purple Heart #451DCB
RGB
CMYK
RGB Variations
Color information
#451DCB (or 0x451DCB) is known color: Purple Heart. HEX triplet: 45, 1D and CB. RGB value is (69,29,203). Sum of RGB (Red+Green+Blue) = 69+29+203=301 (39% of max value = 765). Red value is 69 (27.34% from 255 or 22.92% from 301); Green value is 29 (11.72% from 255 or 9.63% from 301); Blue value is 203 (79.69% from 255 or 67.44% from 301); Max value from RGB is 203 - color contains mainly: blue. Hex color #451DCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #451DCB is #BAE234. Grayscale: #3C3C3C. Windows color (decimal): -12247605 or 13311301. OLE color: 13311301.
HSL color Cylindrical-coordinate representation of color #451DCB: hue angle of 253.79º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #451DCB is Cyan = 0.66, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 69 | 29 | 203 | - |
| CMYK | 0.66 | 0.86 | 0 | 0.20 |
| HSL | 253.79º | 0.75% | 0.45% | - |
| HSV(B) | 253.79º | 0.86% | 0.8% | - |
| XYZ | 13.67 | 6.46 | 57.03 | - |
| YUV | 60.8 | 208.25 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 29 | 203 | 0.66 | 0.86 | 0 | 0.20 | 253.79 | 0.75 | 0.45 |
| Hex | 45 | 1D | CB | 42 | 56 | 0 | 14 | FE | 4B | 2D |
| Octal | 105 | 35 | 313 | 102 | 126 | 0 | 24 | 376 | 113 | 55 |
| Binary | 1000101 | 11101 | 11001011 | 1000010 | 1010110 | 0 | 10100 | 11111110 | 1001011 | 101101 |
Color Harmonies of #451DCB
Complementary color
Monochromatic Colors of #451DCB
Black with #451DCB
Text Example
Text Example
White with #451DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451DCB; }
p { color: rgb(69,29,203); }
H1.HeaderClassName
{
color: #451DCB;
}
.AnyTagClassName
{
color: #451DCB;
}
</style>
background-color css
<style>
a { background-color: #451DCB; }
a { background-color: rgb(69,29,203); }
div.DivClassName
{
background-color: #451DCB;
}
.BgClassName
{
background-color: #451DCB;
}
</style>
border-color css
<style>
span { border-color: #451DCB; }
span { border-color: rgb(69,29,203); }
td.TdClassName
{
border-color: #451DCB;
}
.TagClassName
{
border-color: #451DCB;
}
</style>