#471749

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

Shades of Hot Purple #471749

Tints of Hot Purple #471749

Color information

#471749 (or 0x471749) is unknown color: approx Hot Purple. HEX triplet: 47, 17 and 49. RGB value is (71,23,73). Sum of RGB (Red+Green+Blue) = 71+23+73=167 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.51% from 167); Green value is 23 (9.38% from 255 or 13.77% from 167); Blue value is 73 (28.91% from 255 or 43.71% from 167); Max value from RGB is 73 - color contains mainly: blue. Hex color #471749 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471749 is #B8E8B6. Grayscale: #2A2A2A. Windows color (decimal): -12118199 or 4790087. OLE color: 4790087.

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

Color convert

RGB712373-
CMYK0.030.6800.71
HSL297.6º52.08%18.82%-
HSV(B)297.6º68.49%28.63%-
XYZ4.112.436.56-
YUV43.05144.9147.93-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 42.51%
GREEN value IS 23 (9.38% from 255) = 13.77%
BLUE value IS 73 (28.91% from 255) = 43.71%
R=42.51%
G=13.77%
B=43.71%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7123730.030.6800.71297.652.0818.82
Hex47174934404712a3413
Octal10727111310401074526423
Binary10001111011110010011110001000100011110010101011010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471749; }

 p { color: rgb(71,23,73); }

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

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

 a { background-color: rgb(71,23,73); }

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

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

 span { border-color: rgb(71,23,73); }

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