Shades of Hot Purple #471C50
Tints of Hot Purple #471C50
RGB
CMYK
RGB Variations
Color information
#471C50 (or 0x471C50) is known color: Hot Purple. HEX triplet: 47, 1C and 50. RGB value is (71,28,80). Sum of RGB (Red+Green+Blue) = 71+28+80=179 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.66% from 179); Green value is 28 (11.33% from 255 or 15.64% from 179); Blue value is 80 (31.64% from 255 or 44.69% from 179); Max value from RGB is 80 - color contains mainly: blue. Hex color #471C50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #471C50 is #B8E3AF. Grayscale: #2E2E2E. Windows color (decimal): -12116912 or 5250119. OLE color: 5250119.
HSL color Cylindrical-coordinate representation of color #471C50: hue angle of 289.62º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #471C50 is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 71 | 28 | 80 | - |
| CMYK | 0.11 | 0.65 | 0 | 0.69 |
| HSL | 289.62º | 0.48% | 0.21% | - |
| HSV(B) | 289.62º | 0.65% | 0.31% | - |
| XYZ | 4.46 | 2.75 | 7.88 | - |
| YUV | 46.79 | 146.75 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 28 | 80 | 0.11 | 0.65 | 0 | 0.69 | 289.62 | 0.48 | 0.21 |
| Hex | 47 | 1C | 50 | B | 41 | 0 | 45 | 122 | 30 | 15 |
| Octal | 107 | 34 | 120 | 13 | 101 | 0 | 105 | 442 | 60 | 25 |
| Binary | 1000111 | 11100 | 1010000 | 1011 | 1000001 | 0 | 1000101 | 100100010 | 110000 | 10101 |
Color Harmonies of #471C50
Complementary color
Monochromatic Colors of #471C50
Black with #471C50
Text Example
Text Example
White with #471C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471C50; }
p { color: rgb(71,28,80); }
H1.HeaderClassName
{
color: #471C50;
}
.AnyTagClassName
{
color: #471C50;
}
</style>
background-color css
<style>
a { background-color: #471C50; }
a { background-color: rgb(71,28,80); }
div.DivClassName
{
background-color: #471C50;
}
.BgClassName
{
background-color: #471C50;
}
</style>
border-color css
<style>
span { border-color: #471C50; }
span { border-color: rgb(71,28,80); }
td.TdClassName
{
border-color: #471C50;
}
.TagClassName
{
border-color: #471C50;
}
</style>