#47114F

Color #47114F Hot Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Purple #47114F

Tints of Hot Purple #47114F

Color information

#47114F (or 0x47114F) is unknown color: approx Hot Purple. HEX triplet: 47, 11 and 4F. RGB value is (71,17,79). Sum of RGB (Red+Green+Blue) = 71+17+79=167 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.51% from 167); Green value is 17 (7.03% from 255 or 10.18% from 167); Blue value is 79 (31.25% from 255 or 47.31% from 167); Max value from RGB is 79 - color contains mainly: blue. Hex color #47114F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47114F is #B8EEB0. Grayscale: #282828. Windows color (decimal): -12119729 or 5181767. OLE color: 5181767.

HSL color Cylindrical-coordinate representation of color #47114F: hue angle of 292.26º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #47114F is Cyan = 0.10, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB711779-
CMYK0.100.7800.69
HSL292.26º64.58%18.82%-
HSV(B)292.26º78.48%30.98%-
XYZ4.212.317.62-
YUV40.21149.89149.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 71 (28.12% from 255) = 42.51%
GREEN value IS 17 (7.03% from 255) = 10.18%
BLUE value IS 79 (31.25% from 255) = 47.31%
R=42.51%
G=10.18%
B=47.31%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7117790.100.7800.69292.2664.5818.82
Hex47114FA4E0451244113
Octal1072111712116010544410123
Binary10001111000110011111010100111001000101100100100100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47114F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47114F; }

 p { color: rgb(71,17,79); }

 H1.HeaderClassName
 {
   color: #47114F;
 }
 .AnyTagClassName
 {
   color: #47114F;
 }
</style>
background-color css

<style>
 a { background-color: #47114F; }

 a { background-color: rgb(71,17,79); }

 div.DivClassName
 {
   background-color: #47114F;
 }
 .BgClassName
 {
   background-color: #47114F;
 }
</style>
border-color css

<style>
 span { border-color: #47114F; }

 span { border-color: rgb(71,17,79); }

 td.TdClassName
 {
   border-color: #47114F;
 }
 .TagClassName
 {
   border-color: #47114F;
 }
</style>