#47304D

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

Shades of Hot Purple #47304D

Tints of Hot Purple #47304D

Color information

#47304D (or 0x47304D) is unknown color: approx Hot Purple. HEX triplet: 47, 30 and 4D. RGB value is (71,48,77). Sum of RGB (Red+Green+Blue) = 71+48+77=196 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.22% from 196); Green value is 48 (19.14% from 255 or 24.49% from 196); Blue value is 77 (30.47% from 255 or 39.29% from 196); Max value from RGB is 77 - color contains mainly: blue. Hex color #47304D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47304D is #B8CFB2. Grayscale: #3A3A3A. Windows color (decimal): -12111795 or 5058631. OLE color: 5058631.

HSL color Cylindrical-coordinate representation of color #47304D: hue angle of 287.59º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #47304D is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB714877-
CMYK0.080.3800.70
HSL287.59º23.2%24.51%-
HSV(B)287.59º37.66%30.2%-
XYZ53.997.53-
YUV58.18138.62137.14-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.22%
GREEN value IS 48 (19.14% from 255) = 24.49%
BLUE value IS 77 (30.47% from 255) = 39.29%
R=36.22%
G=24.49%
B=39.29%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7148770.080.3800.70287.5923.224.51
Hex47304D8260461201719
Octal10760115104601064402731
Binary100011111000010011011000100110010001101001000001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47304D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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