Shades of Purple Heart #451CC5
Tints of Purple Heart #451CC5
RGB
CMYK
RGB Variations
Color information
#451CC5 (or 0x451CC5) is known color: Purple Heart. HEX triplet: 45, 1C and C5. RGB value is (69,28,197). Sum of RGB (Red+Green+Blue) = 69+28+197=294 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.47% from 294); Green value is 28 (11.33% from 255 or 9.52% from 294); Blue value is 197 (77.34% from 255 or 67.01% from 294); Max value from RGB is 197 - color contains mainly: blue. Hex color #451CC5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #451CC5 is #BAE33A. Grayscale: #3A3A3A. Windows color (decimal): -12247867 or 12917829. OLE color: 12917829.
HSL color Cylindrical-coordinate representation of color #451CC5: hue angle of 254.56º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #451CC5 is Cyan = 0.65, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 69 | 28 | 197 | - |
| CMYK | 0.65 | 0.86 | 0 | 0.23 |
| HSL | 254.56º | 0.75% | 0.44% | - |
| HSV(B) | 254.56º | 0.86% | 0.77% | - |
| XYZ | 12.95 | 6.13 | 53.32 | - |
| YUV | 59.53 | 205.58 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 28 | 197 | 0.65 | 0.86 | 0 | 0.23 | 254.56 | 0.75 | 0.44 |
| Hex | 45 | 1C | C5 | 41 | 56 | 0 | 17 | FF | 4B | 2C |
| Octal | 105 | 34 | 305 | 101 | 126 | 0 | 27 | 377 | 113 | 54 |
| Binary | 1000101 | 11100 | 11000101 | 1000001 | 1010110 | 0 | 10111 | 11111111 | 1001011 | 101100 |
Color Harmonies of #451CC5
Complementary color
Monochromatic Colors of #451CC5
Black with #451CC5
Text Example
Text Example
White with #451CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451CC5; }
p { color: rgb(69,28,197); }
H1.HeaderClassName
{
color: #451CC5;
}
.AnyTagClassName
{
color: #451CC5;
}
</style>
background-color css
<style>
a { background-color: #451CC5; }
a { background-color: rgb(69,28,197); }
div.DivClassName
{
background-color: #451CC5;
}
.BgClassName
{
background-color: #451CC5;
}
</style>
border-color css
<style>
span { border-color: #451CC5; }
span { border-color: rgb(69,28,197); }
td.TdClassName
{
border-color: #451CC5;
}
.TagClassName
{
border-color: #451CC5;
}
</style>