#471C4C

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

Shades of Hot Purple #471C4C

Tints of Hot Purple #471C4C

Color information

#471C4C (or 0x471C4C) is unknown color: approx Hot Purple. HEX triplet: 47, 1C and 4C. RGB value is (71,28,76). Sum of RGB (Red+Green+Blue) = 71+28+76=175 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.57% from 175); Green value is 28 (11.33% from 255 or 16% from 175); Blue value is 76 (30.08% from 255 or 43.43% from 175); Max value from RGB is 76 - color contains mainly: blue. Hex color #471C4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471C4C is #B8E3B3. Grayscale: #2E2E2E. Windows color (decimal): -12116916 or 4987975. OLE color: 4987975.

HSL color Cylindrical-coordinate representation of color #471C4C: hue angle of 293.75º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #471C4C is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB712876-
CMYK0.070.6300.70
HSL293.75º46.15%20.39%-
HSV(B)293.75º63.16%29.8%-
XYZ4.322.697.13-
YUV46.33144.75145.6-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 40.57%
GREEN value IS 28 (11.33% from 255) = 16%
BLUE value IS 76 (30.08% from 255) = 43.43%
R=40.57%
G=16%
B=43.43%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7128760.070.6300.70293.7546.1520.39
Hex471C4C73F0461262e14
Octal1073411477701064465624
Binary10001111110010011001111111110100011010010011010111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471C4C; }

 p { color: rgb(71,28,76); }

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

<style>
 a { background-color: #471C4C; }

 a { background-color: rgb(71,28,76); }

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

<style>
 span { border-color: #471C4C; }

 span { border-color: rgb(71,28,76); }

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