#470353

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

Shades of Hot Purple #470353

Tints of Hot Purple #470353

Color information

#470353 (or 0x470353) is unknown color: approx Hot Purple. HEX triplet: 47, 03 and 53. RGB value is (71,3,83). Sum of RGB (Red+Green+Blue) = 71+3+83=157 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.22% from 157); Green value is 3 (1.56% from 255 or 1.91% from 157); Blue value is 83 (32.81% from 255 or 52.87% from 157); Max value from RGB is 83 - color contains mainly: blue. Hex color #470353 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470353 is #B8FCAC. Grayscale: #202020. Windows color (decimal): -12123309 or 5440327. OLE color: 5440327.

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

Color convert

RGB71383-
CMYK0.140.9600.67
HSL291º93.02%16.86%-
HSV(B)291º96.39%32.55%-
XYZ4.192.038.35-
YUV32.45156.53155.5-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 45.22%
GREEN value IS 3 (1.56% from 255) = 1.91%
BLUE value IS 83 (32.81% from 255) = 52.87%
R=45.22%
G=1.91%
B=52.87%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal713830.140.9600.6729193.0216.86
Hex47353E600431235d11
Octal107312316140010344313521
Binary10001111110100111110110000001000011100100011101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470353; }

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

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

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

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

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

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

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

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