Shades of Purple Heart #451BCD
Tints of Purple Heart #451BCD
RGB
CMYK
RGB Variations
Color information
#451BCD (or 0x451BCD) is known color: Purple Heart. HEX triplet: 45, 1B and CD. RGB value is (69,27,205). Sum of RGB (Red+Green+Blue) = 69+27+205=301 (39% of max value = 765). Red value is 69 (27.34% from 255 or 22.92% from 301); Green value is 27 (10.94% from 255 or 8.97% from 301); Blue value is 205 (80.47% from 255 or 68.11% from 301); Max value from RGB is 205 - color contains mainly: blue. Hex color #451BCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #451BCD is #BAE432. Grayscale: #3B3B3B. Windows color (decimal): -12248115 or 13441861. OLE color: 13441861.
HSL color Cylindrical-coordinate representation of color #451BCD: hue angle of 254.16º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #451BCD is Cyan = 0.66, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 69 | 27 | 205 | - |
| CMYK | 0.66 | 0.87 | 0 | 0.20 |
| HSL | 254.16º | 0.77% | 0.45% | - |
| HSV(B) | 254.16º | 0.87% | 0.8% | - |
| XYZ | 13.87 | 6.46 | 58.27 | - |
| YUV | 59.85 | 209.91 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 27 | 205 | 0.66 | 0.87 | 0 | 0.20 | 254.16 | 0.77 | 0.45 |
| Hex | 45 | 1B | CD | 42 | 57 | 0 | 14 | FE | 4D | 2D |
| Octal | 105 | 33 | 315 | 102 | 127 | 0 | 24 | 376 | 115 | 55 |
| Binary | 1000101 | 11011 | 11001101 | 1000010 | 1010111 | 0 | 10100 | 11111110 | 1001101 | 101101 |
Color Harmonies of #451BCD
Complementary color
Monochromatic Colors of #451BCD
Black with #451BCD
Text Example
Text Example
White with #451BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451BCD; }
p { color: rgb(69,27,205); }
H1.HeaderClassName
{
color: #451BCD;
}
.AnyTagClassName
{
color: #451BCD;
}
</style>
background-color css
<style>
a { background-color: #451BCD; }
a { background-color: rgb(69,27,205); }
div.DivClassName
{
background-color: #451BCD;
}
.BgClassName
{
background-color: #451BCD;
}
</style>
border-color css
<style>
span { border-color: #451BCD; }
span { border-color: rgb(69,27,205); }
td.TdClassName
{
border-color: #451BCD;
}
.TagClassName
{
border-color: #451BCD;
}
</style>