#470454

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

Shades of Hot Purple #470454

Tints of Hot Purple #470454

Color information

#470454 (or 0x470454) is unknown color: approx Hot Purple. HEX triplet: 47, 04 and 54. RGB value is (71,4,84). Sum of RGB (Red+Green+Blue) = 71+4+84=159 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.65% from 159); Green value is 4 (1.95% from 255 or 2.52% from 159); Blue value is 84 (33.20% from 255 or 52.83% from 159); Max value from RGB is 84 - color contains mainly: blue. Hex color #470454 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470454 is #B8FBAB. Grayscale: #202020. Windows color (decimal): -12123052 or 5506119. OLE color: 5506119.

HSL color Cylindrical-coordinate representation of color #470454: hue angle of 290.25º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #470454 is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB71484-
CMYK0.150.9500.67
HSL290.25º90.91%17.25%-
HSV(B)290.25º95.24%32.94%-
XYZ4.242.078.56-
YUV33.15156.7155-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 44.65%
GREEN value IS 4 (1.95% from 255) = 2.52%
BLUE value IS 84 (33.20% from 255) = 52.83%
R=44.65%
G=2.52%
B=52.83%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal714840.150.9500.67290.2590.9117.25
Hex47454F5F0431225b11
Octal107412417137010344213321
Binary100011110010101001111101111101000011100100010101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470454; }

 p { color: rgb(71,4,84); }

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

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

 a { background-color: rgb(71,4,84); }

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

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

 span { border-color: rgb(71,4,84); }

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