#470255

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

Shades of Hot Purple #470255

Tints of Hot Purple #470255

Color information

#470255 (or 0x470255) is unknown color: approx Hot Purple. HEX triplet: 47, 02 and 55. RGB value is (71,2,85). Sum of RGB (Red+Green+Blue) = 71+2+85=158 (20% of max value = 765). Red value is 71 (28.12% from 255 or 44.94% from 158); Green value is 2 (1.17% from 255 or 1.27% from 158); Blue value is 85 (33.59% from 255 or 53.80% from 158); Max value from RGB is 85 - color contains mainly: blue. Hex color #470255 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470255 is #B8FDAA. Grayscale: #1F1F1F. Windows color (decimal): -12123563 or 5571143. OLE color: 5571143.

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

Color convert

RGB71285-
CMYK0.160.9800.67
HSL289.88º95.4%17.06%-
HSV(B)289.88º97.65%33.33%-
XYZ4.262.048.76-
YUV32.09157.86155.75-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 44.94%
GREEN value IS 2 (1.17% from 255) = 1.27%
BLUE value IS 85 (33.59% from 255) = 53.80%
R=44.94%
G=1.27%
B=53.80%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal712850.160.9800.67289.8895.417.06
Hex4725510620431225f11
Octal107212520142010344213721
Binary100011110101010110000110001001000011100100010101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470255; }

 p { color: rgb(71,2,85); }

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

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

 a { background-color: rgb(71,2,85); }

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

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

 span { border-color: rgb(71,2,85); }

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