Shades of Hot Purple #451B4A
Tints of Hot Purple #451B4A
RGB
CMYK
RGB Variations
Color information
#451B4A (or 0x451B4A) is known color: Hot Purple. HEX triplet: 45, 1B and 4A. RGB value is (69,27,74). Sum of RGB (Red+Green+Blue) = 69+27+74=170 (22% of max value = 765). Red value is 69 (27.34% from 255 or 40.59% from 170); Green value is 27 (10.94% from 255 or 15.88% from 170); Blue value is 74 (29.30% from 255 or 43.53% from 170); Max value from RGB is 74 - color contains mainly: blue. Hex color #451B4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #451B4A is #BAE4B5. Grayscale: #2C2C2C. Windows color (decimal): -12248246 or 4856645. OLE color: 4856645.
HSL color Cylindrical-coordinate representation of color #451B4A: hue angle of 293.62º degrees, saturation: 0.47, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #451B4A is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 69 | 27 | 74 | - |
| CMYK | 0.07 | 0.64 | 0 | 0.71 |
| HSL | 293.62º | 0.47% | 0.2% | - |
| HSV(B) | 293.62º | 0.64% | 0.29% | - |
| XYZ | 4.08 | 2.54 | 6.75 | - |
| YUV | 44.92 | 144.41 | 145.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 27 | 74 | 0.07 | 0.64 | 0 | 0.71 | 293.62 | 0.47 | 0.2 |
| Hex | 45 | 1B | 4A | 7 | 40 | 0 | 47 | 126 | 2F | 14 |
| Octal | 105 | 33 | 112 | 7 | 100 | 0 | 107 | 446 | 57 | 24 |
| Binary | 1000101 | 11011 | 1001010 | 111 | 1000000 | 0 | 1000111 | 100100110 | 101111 | 10100 |
Color Harmonies of #451B4A
Complementary color
Monochromatic Colors of #451B4A
Black with #451B4A
Text Example
Text Example
White with #451B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451B4A; }
p { color: rgb(69,27,74); }
H1.HeaderClassName
{
color: #451B4A;
}
.AnyTagClassName
{
color: #451B4A;
}
</style>
background-color css
<style>
a { background-color: #451B4A; }
a { background-color: rgb(69,27,74); }
div.DivClassName
{
background-color: #451B4A;
}
.BgClassName
{
background-color: #451B4A;
}
</style>
border-color css
<style>
span { border-color: #451B4A; }
span { border-color: rgb(69,27,74); }
td.TdClassName
{
border-color: #451B4A;
}
.TagClassName
{
border-color: #451B4A;
}
</style>