#471A4B

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

Shades of Hot Purple #471A4B

Tints of Hot Purple #471A4B

Color information

#471A4B (or 0x471A4B) is unknown color: approx Hot Purple. HEX triplet: 47, 1A and 4B. RGB value is (71,26,75). Sum of RGB (Red+Green+Blue) = 71+26+75=172 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.28% from 172); Green value is 26 (10.55% from 255 or 15.12% from 172); Blue value is 75 (29.69% from 255 or 43.60% from 172); Max value from RGB is 75 - color contains mainly: blue. Hex color #471A4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471A4B is #B8E5B4. Grayscale: #2C2C2C. Windows color (decimal): -12117429 or 4921927. OLE color: 4921927.

HSL color Cylindrical-coordinate representation of color #471A4B: hue angle of 295.1º degrees, saturation: 0.49, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #471A4B is Cyan = 0.05, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB712675-
CMYK0.050.6500.71
HSL295.1º48.51%19.8%-
HSV(B)295.1º65.33%29.41%-
XYZ4.242.596.93-
YUV45.04144.91146.52-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 41.28%
GREEN value IS 26 (10.55% from 255) = 15.12%
BLUE value IS 75 (29.69% from 255) = 43.60%
R=41.28%
G=15.12%
B=43.60%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7126750.050.6500.71295.148.5119.8
Hex471A4B5410471273114
Octal10732113510101074476124
Binary100011111010100101110110000010100011110010011111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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