#47094E

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

Shades of Hot Purple #47094E

Tints of Hot Purple #47094E

Color information

#47094E (or 0x47094E) is unknown color: approx Hot Purple. HEX triplet: 47, 09 and 4E. RGB value is (71,9,78). Sum of RGB (Red+Green+Blue) = 71+9+78=158 (20% of max value = 765). Red value is 71 (28.12% from 255 or 44.94% from 158); Green value is 9 (3.91% from 255 or 5.70% from 158); Blue value is 78 (30.86% from 255 or 49.37% from 158); Max value from RGB is 78 - color contains mainly: blue. Hex color #47094E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47094E is #B8F6B1. Grayscale: #232323. Windows color (decimal): -12121778 or 5114183. OLE color: 5114183.

HSL color Cylindrical-coordinate representation of color #47094E: hue angle of 293.91º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #47094E is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB71978-
CMYK0.090.8800.69
HSL293.91º79.31%17.06%-
HSV(B)293.91º88.46%30.59%-
XYZ4.072.097.4-
YUV35.4152.04153.39-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 44.94%
GREEN value IS 9 (3.91% from 255) = 5.70%
BLUE value IS 78 (30.86% from 255) = 49.37%
R=44.94%
G=5.70%
B=49.37%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal719780.090.8800.69293.9179.3117.06
Hex4794E9580451264f11
Octal1071111611130010544611721
Binary1000111100110011101001101100001000101100100110100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47094E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47094E; }

 p { color: rgb(71,9,78); }

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

<style>
 a { background-color: #47094E; }

 a { background-color: rgb(71,9,78); }

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

<style>
 span { border-color: #47094E; }

 span { border-color: rgb(71,9,78); }

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