#471453

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

Shades of Hot Purple #471453

Tints of Hot Purple #471453

Color information

#471453 (or 0x471453) is unknown color: approx Hot Purple. HEX triplet: 47, 14 and 53. RGB value is (71,20,83). Sum of RGB (Red+Green+Blue) = 71+20+83=174 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.80% from 174); Green value is 20 (8.20% from 255 or 11.49% from 174); Blue value is 83 (32.81% from 255 or 47.70% from 174); Max value from RGB is 83 - color contains mainly: blue. Hex color #471453 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471453 is #B8EBAC. Grayscale: #2A2A2A. Windows color (decimal): -12118957 or 5444679. OLE color: 5444679.

HSL color Cylindrical-coordinate representation of color #471453: hue angle of 288.57º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #471453 is Cyan = 0.14, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB712083-
CMYK0.140.7600.67
HSL288.57º61.17%20.2%-
HSV(B)288.57º75.9%32.55%-
XYZ4.412.468.43-
YUV42.43150.9148.38-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 40.80%
GREEN value IS 20 (8.20% from 255) = 11.49%
BLUE value IS 83 (32.81% from 255) = 47.70%
R=40.80%
G=11.49%
B=47.70%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7120830.140.7600.67288.5761.1720.2
Hex471453E4C0431213d14
Octal107241231611401034417524
Binary1000111101001010011111010011000100001110010000111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471453; }

 p { color: rgb(71,20,83); }

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

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

 a { background-color: rgb(71,20,83); }

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

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

 span { border-color: rgb(71,20,83); }

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