#47274A

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

Shades of Hot Purple #47274A

Tints of Hot Purple #47274A

Color information

#47274A (or 0x47274A) is unknown color: approx Hot Purple. HEX triplet: 47, 27 and 4A. RGB value is (71,39,74). Sum of RGB (Red+Green+Blue) = 71+39+74=184 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.59% from 184); Green value is 39 (15.62% from 255 or 21.20% from 184); Blue value is 74 (29.30% from 255 or 40.22% from 184); Max value from RGB is 74 - color contains mainly: blue. Hex color #47274A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47274A is #B8D8B5. Grayscale: #343434. Windows color (decimal): -12114102 or 4859719. OLE color: 4859719.

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

Color convert

RGB713974-
CMYK0.040.4700.71
HSL294.86º30.97%22.16%-
HSV(B)294.86º47.3%29.02%-
XYZ4.563.296.87-
YUV52.56140.1141.15-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 38.59%
GREEN value IS 39 (15.62% from 255) = 21.20%
BLUE value IS 74 (29.30% from 255) = 40.22%
R=38.59%
G=21.20%
B=40.22%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7139740.040.4700.71294.8630.9722.16
Hex47274A42F0471271f16
Octal1074711245701074473726
Binary10001111001111001010100101111010001111001001111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47274A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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