#47314B

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

Shades of Hot Purple #47314B

Tints of Hot Purple #47314B

Color information

#47314B (or 0x47314B) is unknown color: approx Hot Purple. HEX triplet: 47, 31 and 4B. RGB value is (71,49,75). Sum of RGB (Red+Green+Blue) = 71+49+75=195 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.41% from 195); Green value is 49 (19.53% from 255 or 25.13% from 195); Blue value is 75 (29.69% from 255 or 38.46% from 195); Max value from RGB is 75 - color contains mainly: blue. Hex color #47314B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47314B is #B8CEB4. Grayscale: #3A3A3A. Windows color (decimal): -12111541 or 4927815. OLE color: 4927815.

HSL color Cylindrical-coordinate representation of color #47314B: hue angle of 290.77º 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 #47314B is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB714975-
CMYK0.050.3500.71
HSL290.77º20.97%24.31%-
HSV(B)290.77º34.67%29.41%-
XYZ4.974.047.18-
YUV58.54137.29136.89-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.41%
GREEN value IS 49 (19.53% from 255) = 25.13%
BLUE value IS 75 (29.69% from 255) = 38.46%
R=36.41%
G=25.13%
B=38.46%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7149750.050.3500.71290.7720.9724.31
Hex47314B5230471231518
Octal1076111354301074432530
Binary10001111100011001011101100011010001111001000111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47314B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47314B; }

 p { color: rgb(71,49,75); }

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

<style>
 a { background-color: #47314B; }

 a { background-color: rgb(71,49,75); }

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

<style>
 span { border-color: #47314B; }

 span { border-color: rgb(71,49,75); }

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