#470351

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

Shades of Hot Purple #470351

Tints of Hot Purple #470351

Color information

#470351 (or 0x470351) is unknown color: approx Hot Purple. HEX triplet: 47, 03 and 51. RGB value is (71,3,81). Sum of RGB (Red+Green+Blue) = 71+3+81=155 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.81% from 155); Green value is 3 (1.56% from 255 or 1.94% from 155); Blue value is 81 (32.03% from 255 or 52.26% from 155); Max value from RGB is 81 - color contains mainly: blue. Hex color #470351 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470351 is #B8FCAE. Grayscale: #1F1F1F. Windows color (decimal): -12123311 or 5309255. OLE color: 5309255.

HSL color Cylindrical-coordinate representation of color #470351: hue angle of 292.31º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #470351 is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB71381-
CMYK0.120.9600.68
HSL292.31º92.86%16.47%-
HSV(B)292.31º96.3%31.76%-
XYZ4.1227.95-
YUV32.22155.53155.66-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 45.81%
GREEN value IS 3 (1.56% from 255) = 1.94%
BLUE value IS 81 (32.03% from 255) = 52.26%
R=45.81%
G=1.94%
B=52.26%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal713810.120.9600.68292.3192.8616.47
Hex47351C600441245d10
Octal107312114140010444413520
Binary10001111110100011100110000001000100100100100101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470351; }

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

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

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

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

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

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

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

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