#47134A

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

Shades of Hot Purple #47134A

Tints of Hot Purple #47134A

Color information

#47134A (or 0x47134A) is unknown color: approx Hot Purple. HEX triplet: 47, 13 and 4A. RGB value is (71,19,74). Sum of RGB (Red+Green+Blue) = 71+19+74=164 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.29% from 164); Green value is 19 (7.81% from 255 or 11.59% from 164); Blue value is 74 (29.30% from 255 or 45.12% from 164); Max value from RGB is 74 - color contains mainly: blue. Hex color #47134A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47134A is #B8ECB5. Grayscale: #282828. Windows color (decimal): -12119222 or 4854599. OLE color: 4854599.

HSL color Cylindrical-coordinate representation of color #47134A: hue angle of 296.73º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #47134A is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB711974-
CMYK0.040.7400.71
HSL296.73º59.14%18.24%-
HSV(B)296.73º74.32%29.02%-
XYZ4.072.36.71-
YUV40.82146.73149.53-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 43.29%
GREEN value IS 19 (7.81% from 255) = 11.59%
BLUE value IS 74 (29.30% from 255) = 45.12%
R=43.29%
G=11.59%
B=45.12%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7119740.040.7400.71296.7359.1418.24
Hex47134A44A0471293b12
Octal10723112411201074517322
Binary100011110011100101010010010100100011110010100111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47134A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47134A; }

 p { color: rgb(71,19,74); }

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

<style>
 a { background-color: #47134A; }

 a { background-color: rgb(71,19,74); }

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

<style>
 span { border-color: #47134A; }

 span { border-color: rgb(71,19,74); }

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