Shades of Purple Heart #451BCE
Tints of Purple Heart #451BCE
RGB
CMYK
RGB Variations
Color information
#451BCE (or 0x451BCE) is known color: Purple Heart. HEX triplet: 45, 1B and CE. RGB value is (69,27,206). Sum of RGB (Red+Green+Blue) = 69+27+206=302 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.85% from 302); Green value is 27 (10.94% from 255 or 8.94% from 302); Blue value is 206 (80.86% from 255 or 68.21% from 302); Max value from RGB is 206 - color contains mainly: blue. Hex color #451BCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #451BCE is #BAE431. Grayscale: #3B3B3B. Windows color (decimal): -12248114 or 13507397. OLE color: 13507397.
HSL color Cylindrical-coordinate representation of color #451BCE: hue angle of 254.08º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #451BCE is Cyan = 0.67, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 69 | 27 | 206 | - |
| CMYK | 0.67 | 0.87 | 0 | 0.19 |
| HSL | 254.08º | 0.77% | 0.46% | - |
| HSV(B) | 254.08º | 0.87% | 0.81% | - |
| XYZ | 13.99 | 6.51 | 58.91 | - |
| YUV | 59.96 | 210.41 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 27 | 206 | 0.67 | 0.87 | 0 | 0.19 | 254.08 | 0.77 | 0.46 |
| Hex | 45 | 1B | CE | 43 | 57 | 0 | 13 | FE | 4D | 2E |
| Octal | 105 | 33 | 316 | 103 | 127 | 0 | 23 | 376 | 115 | 56 |
| Binary | 1000101 | 11011 | 11001110 | 1000011 | 1010111 | 0 | 10011 | 11111110 | 1001101 | 101110 |
Color Harmonies of #451BCE
Complementary color
Monochromatic Colors of #451BCE
Black with #451BCE
Text Example
Text Example
White with #451BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451BCE; }
p { color: rgb(69,27,206); }
H1.HeaderClassName
{
color: #451BCE;
}
.AnyTagClassName
{
color: #451BCE;
}
</style>
background-color css
<style>
a { background-color: #451BCE; }
a { background-color: rgb(69,27,206); }
div.DivClassName
{
background-color: #451BCE;
}
.BgClassName
{
background-color: #451BCE;
}
</style>
border-color css
<style>
span { border-color: #451BCE; }
span { border-color: rgb(69,27,206); }
td.TdClassName
{
border-color: #451BCE;
}
.TagClassName
{
border-color: #451BCE;
}
</style>