Shades of Purple Heart #451ABA
Tints of Purple Heart #451ABA
RGB
CMYK
RGB Variations
Color information
#451ABA (or 0x451ABA) is known color: Purple Heart. HEX triplet: 45, 1A and BA. RGB value is (69,26,186). Sum of RGB (Red+Green+Blue) = 69+26+186=281 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.56% from 281); Green value is 26 (10.55% from 255 or 9.25% from 281); Blue value is 186 (73.05% from 255 or 66.19% from 281); Max value from RGB is 186 - color contains mainly: blue. Hex color #451ABA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #451ABA is #BAE545. Grayscale: #383838. Windows color (decimal): -12248390 or 12196421. OLE color: 12196421.
HSL color Cylindrical-coordinate representation of color #451ABA: hue angle of 256.12º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #451ABA is Cyan = 0.63, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 69 | 26 | 186 | - |
| CMYK | 0.63 | 0.86 | 0 | 0.27 |
| HSL | 256.13º | 0.75% | 0.42% | - |
| HSV(B) | 256.13º | 0.86% | 0.73% | - |
| XYZ | 11.69 | 5.55 | 46.91 | - |
| YUV | 57.1 | 200.75 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 26 | 186 | 0.63 | 0.86 | 0 | 0.27 | 256.13 | 0.75 | 0.42 |
| Hex | 45 | 1A | BA | 3F | 56 | 0 | 1B | 100 | 4B | 2A |
| Octal | 105 | 32 | 272 | 77 | 126 | 0 | 33 | 400 | 113 | 52 |
| Binary | 1000101 | 11010 | 10111010 | 111111 | 1010110 | 0 | 11011 | 100000000 | 1001011 | 101010 |
Color Harmonies of #451ABA
Complementary color
Monochromatic Colors of #451ABA
Black with #451ABA
Text Example
Text Example
White with #451ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451ABA; }
p { color: rgb(69,26,186); }
H1.HeaderClassName
{
color: #451ABA;
}
.AnyTagClassName
{
color: #451ABA;
}
</style>
background-color css
<style>
a { background-color: #451ABA; }
a { background-color: rgb(69,26,186); }
div.DivClassName
{
background-color: #451ABA;
}
.BgClassName
{
background-color: #451ABA;
}
</style>
border-color css
<style>
span { border-color: #451ABA; }
span { border-color: rgb(69,26,186); }
td.TdClassName
{
border-color: #451ABA;
}
.TagClassName
{
border-color: #451ABA;
}
</style>