#47164B

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

Shades of Hot Purple #47164B

Tints of Hot Purple #47164B

Color information

#47164B (or 0x47164B) is unknown color: approx Hot Purple. HEX triplet: 47, 16 and 4B. RGB value is (71,22,75). Sum of RGB (Red+Green+Blue) = 71+22+75=168 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.26% from 168); Green value is 22 (8.98% from 255 or 13.10% from 168); Blue value is 75 (29.69% from 255 or 44.64% from 168); Max value from RGB is 75 - color contains mainly: blue. Hex color #47164B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47164B is #B8E9B4. Grayscale: #2A2A2A. Windows color (decimal): -12118453 or 4920903. OLE color: 4920903.

HSL color Cylindrical-coordinate representation of color #47164B: hue angle of 295.47º degrees, saturation: 0.55, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #47164B is Cyan = 0.05, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB712275-
CMYK0.050.7100.71
HSL295.47º54.64%19.02%-
HSV(B)295.47º70.67%29.41%-
XYZ4.162.426.9-
YUV42.69146.23148.19-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 42.26%
GREEN value IS 22 (8.98% from 255) = 13.10%
BLUE value IS 75 (29.69% from 255) = 44.64%
R=42.26%
G=13.10%
B=44.64%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7122750.050.7100.71295.4754.6419.02
Hex47164B5470471273713
Octal10726113510701074476723
Binary100011110110100101110110001110100011110010011111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47164B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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