#47094F

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

Shades of Hot Purple #47094F

Tints of Hot Purple #47094F

Color information

#47094F (or 0x47094F) is unknown color: approx Hot Purple. HEX triplet: 47, 09 and 4F. RGB value is (71,9,79). Sum of RGB (Red+Green+Blue) = 71+9+79=159 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.65% from 159); Green value is 9 (3.91% from 255 or 5.66% from 159); Blue value is 79 (31.25% from 255 or 49.69% from 159); Max value from RGB is 79 - color contains mainly: blue. Hex color #47094F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47094F is #B8F6B0. Grayscale: #232323. Windows color (decimal): -12121777 or 5179719. OLE color: 5179719.

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

Color convert

RGB71979-
CMYK0.100.8900.69
HSL293.14º79.55%17.25%-
HSV(B)293.14º88.61%30.98%-
XYZ4.112.17.59-
YUV35.52152.54153.31-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 44.65%
GREEN value IS 9 (3.91% from 255) = 5.66%
BLUE value IS 79 (31.25% from 255) = 49.69%
R=44.65%
G=5.66%
B=49.69%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal719790.100.8900.69293.1479.5517.25
Hex4794FA590451255011
Octal1071111712131010544512021
Binary1000111100110011111010101100101000101100100101101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47094F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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