#47304A

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

Shades of Hot Purple #47304A

Tints of Hot Purple #47304A

Color information

#47304A (or 0x47304A) is unknown color: approx Hot Purple. HEX triplet: 47, 30 and 4A. RGB value is (71,48,74). Sum of RGB (Red+Green+Blue) = 71+48+74=193 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.79% from 193); Green value is 48 (19.14% from 255 or 24.87% from 193); Blue value is 74 (29.30% from 255 or 38.34% from 193); Max value from RGB is 74 - color contains mainly: blue. Hex color #47304A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47304A is #B8CFB5. Grayscale: #393939. Windows color (decimal): -12111798 or 4862023. OLE color: 4862023.

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

Color convert

RGB714874-
CMYK0.040.3500.71
HSL293.08º21.31%23.92%-
HSV(B)293.08º35.14%29.02%-
XYZ4.893.956.98-
YUV57.84137.12137.39-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.79%
GREEN value IS 48 (19.14% from 255) = 24.87%
BLUE value IS 74 (29.30% from 255) = 38.34%
R=36.79%
G=24.87%
B=38.34%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7148740.040.3500.71293.0821.3123.92
Hex47304A4230471251518
Octal1076011244301074452530
Binary10001111100001001010100100011010001111001001011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47304A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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