Shades of Purple Heart #451ACF
Tints of Purple Heart #451ACF
RGB
CMYK
RGB Variations
Color information
#451ACF (or 0x451ACF) is known color: Purple Heart. HEX triplet: 45, 1A and CF. RGB value is (69,26,207). Sum of RGB (Red+Green+Blue) = 69+26+207=302 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.85% from 302); Green value is 26 (10.55% from 255 or 8.61% from 302); Blue value is 207 (81.25% from 255 or 68.54% from 302); Max value from RGB is 207 - color contains mainly: blue. Hex color #451ACF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #451ACF is #BAE530. Grayscale: #3A3A3A. Windows color (decimal): -12248369 or 13572677. OLE color: 13572677.
HSL color Cylindrical-coordinate representation of color #451ACF: hue angle of 254.25º degrees, saturation: 0.78, 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 #451ACF is Cyan = 0.67, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 69 | 26 | 207 | - |
| CMYK | 0.67 | 0.87 | 0 | 0.19 |
| HSL | 254.25º | 0.78% | 0.46% | - |
| HSV(B) | 254.25º | 0.87% | 0.81% | - |
| XYZ | 14.09 | 6.51 | 59.55 | - |
| YUV | 59.49 | 211.25 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 26 | 207 | 0.67 | 0.87 | 0 | 0.19 | 254.25 | 0.78 | 0.46 |
| Hex | 45 | 1A | CF | 43 | 57 | 0 | 13 | FE | 4E | 2E |
| Octal | 105 | 32 | 317 | 103 | 127 | 0 | 23 | 376 | 116 | 56 |
| Binary | 1000101 | 11010 | 11001111 | 1000011 | 1010111 | 0 | 10011 | 11111110 | 1001110 | 101110 |
Color Harmonies of #451ACF
Complementary color
Monochromatic Colors of #451ACF
Black with #451ACF
Text Example
Text Example
White with #451ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451ACF; }
p { color: rgb(69,26,207); }
H1.HeaderClassName
{
color: #451ACF;
}
.AnyTagClassName
{
color: #451ACF;
}
</style>
background-color css
<style>
a { background-color: #451ACF; }
a { background-color: rgb(69,26,207); }
div.DivClassName
{
background-color: #451ACF;
}
.BgClassName
{
background-color: #451ACF;
}
</style>
border-color css
<style>
span { border-color: #451ACF; }
span { border-color: rgb(69,26,207); }
td.TdClassName
{
border-color: #451ACF;
}
.TagClassName
{
border-color: #451ACF;
}
</style>