#470853

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

Shades of Hot Purple #470853

Tints of Hot Purple #470853

Color information

#470853 (or 0x470853) is unknown color: approx Hot Purple. HEX triplet: 47, 08 and 53. RGB value is (71,8,83). Sum of RGB (Red+Green+Blue) = 71+8+83=162 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.83% from 162); Green value is 8 (3.52% from 255 or 4.94% from 162); Blue value is 83 (32.81% from 255 or 51.23% from 162); Max value from RGB is 83 - color contains mainly: blue. Hex color #470853 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470853 is #B8F7AC. Grayscale: #232323. Windows color (decimal): -12122029 or 5441607. OLE color: 5441607.

HSL color Cylindrical-coordinate representation of color #470853: hue angle of 290.4º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #470853 is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB71883-
CMYK0.140.9000.67
HSL290.4º82.42%17.84%-
HSV(B)290.4º90.36%32.55%-
XYZ4.252.148.37-
YUV35.39154.87153.4-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 43.83%
GREEN value IS 8 (3.52% from 255) = 4.94%
BLUE value IS 83 (32.81% from 255) = 51.23%
R=43.83%
G=4.94%
B=51.23%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal718830.140.9000.67290.482.4217.84
Hex47853E5A0431225212
Octal1071012316132010344212222
Binary1000111100010100111110101101001000011100100010101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470853; }

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

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

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

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

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

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

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

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