#47154A

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

Shades of Hot Purple #47154A

Tints of Hot Purple #47154A

Color information

#47154A (or 0x47154A) is unknown color: approx Hot Purple. HEX triplet: 47, 15 and 4A. RGB value is (71,21,74). Sum of RGB (Red+Green+Blue) = 71+21+74=166 (21% of max value = 765). Red value is 71 (28.12% from 255 or 42.77% from 166); Green value is 21 (8.59% from 255 or 12.65% from 166); Blue value is 74 (29.30% from 255 or 44.58% from 166); Max value from RGB is 74 - color contains mainly: blue. Hex color #47154A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47154A is #B8EAB5. Grayscale: #292929. Windows color (decimal): -12118710 or 4855111. OLE color: 4855111.

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

Color convert

RGB712174-
CMYK0.040.7200.71
HSL296.6º55.79%18.63%-
HSV(B)296.6º71.62%29.02%-
XYZ4.12.376.72-
YUV41.99146.06148.69-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 42.77%
GREEN value IS 21 (8.59% from 255) = 12.65%
BLUE value IS 74 (29.30% from 255) = 44.58%
R=42.77%
G=12.65%
B=44.58%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7121740.040.7200.71296.655.7918.63
Hex47154A4480471293813
Octal10725112411001074517023
Binary100011110101100101010010010000100011110010100111100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47154A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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