#47154B

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

Shades of Hot Purple #47154B

Tints of Hot Purple #47154B

Color information

#47154B (or 0x47154B) is unknown color: approx Hot Purple. HEX triplet: 47, 15 and 4B. RGB value is (71,21,75). Sum of RGB (Red+Green+Blue) = 71+21+75=167 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.51% from 167); Green value is 21 (8.59% from 255 or 12.57% from 167); Blue value is 75 (29.69% from 255 or 44.91% from 167); Max value from RGB is 75 - color contains mainly: blue. Hex color #47154B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47154B is #B8EAB4. Grayscale: #292929. Windows color (decimal): -12118709 or 4920647. OLE color: 4920647.

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

Color convert

RGB712175-
CMYK0.050.7200.71
HSL295.56º56.25%18.82%-
HSV(B)295.56º72%29.41%-
XYZ4.142.386.9-
YUV42.11146.56148.61-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 42.51%
GREEN value IS 21 (8.59% from 255) = 12.57%
BLUE value IS 75 (29.69% from 255) = 44.91%
R=42.51%
G=12.57%
B=44.91%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7121750.050.7200.71295.5656.2518.82
Hex47154B5480471283813
Octal10725113511001074507023
Binary100011110101100101110110010000100011110010100011100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47154B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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