#470350

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

Shades of Hot Purple #470350

Tints of Hot Purple #470350

Color information

#470350 (or 0x470350) is unknown color: approx Hot Purple. HEX triplet: 47, 03 and 50. RGB value is (71,3,80). Sum of RGB (Red+Green+Blue) = 71+3+80=154 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.10% from 154); Green value is 3 (1.56% from 255 or 1.95% from 154); Blue value is 80 (31.64% from 255 or 51.95% from 154); Max value from RGB is 80 - color contains mainly: blue. Hex color #470350 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470350 is #B8FCAF. Grayscale: #1F1F1F. Windows color (decimal): -12123312 or 5243719. OLE color: 5243719.

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

Color convert

RGB71380-
CMYK0.110.9600.69
HSL292.99º92.77%16.27%-
HSV(B)292.99º96.25%31.37%-
XYZ4.081.987.76-
YUV32.11155.03155.74-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 46.10%
GREEN value IS 3 (1.56% from 255) = 1.95%
BLUE value IS 80 (31.64% from 255) = 51.95%
R=46.10%
G=1.95%
B=51.95%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal713800.110.9600.69292.9992.7716.27
Hex47350B600451255d10
Octal107312013140010544513520
Binary10001111110100001011110000001000101100100101101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470350; }

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

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

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

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

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

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

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

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