#47114B

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

Shades of Hot Purple #47114B

Tints of Hot Purple #47114B

Color information

#47114B (or 0x47114B) is unknown color: approx Hot Purple. HEX triplet: 47, 11 and 4B. RGB value is (71,17,75). Sum of RGB (Red+Green+Blue) = 71+17+75=163 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.56% from 163); Green value is 17 (7.03% from 255 or 10.43% from 163); Blue value is 75 (29.69% from 255 or 46.01% from 163); Max value from RGB is 75 - color contains mainly: blue. Hex color #47114B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47114B is #B8EEB4. Grayscale: #272727. Windows color (decimal): -12119733 or 4919623. OLE color: 4919623.

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

Color convert

RGB711775-
CMYK0.050.7700.71
HSL295.86º63.04%18.04%-
HSV(B)295.86º77.33%29.41%-
XYZ4.072.256.88-
YUV39.76147.89150.28-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 43.56%
GREEN value IS 17 (7.03% from 255) = 10.43%
BLUE value IS 75 (29.69% from 255) = 46.01%
R=43.56%
G=10.43%
B=46.01%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7117750.050.7700.71295.8663.0418.04
Hex47114B54D0471283f12
Octal10721113511501074507722
Binary100011110001100101110110011010100011110010100011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47114B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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