#471350

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

Shades of Hot Purple #471350

Tints of Hot Purple #471350

Color information

#471350 (or 0x471350) is unknown color: approx Hot Purple. HEX triplet: 47, 13 and 50. RGB value is (71,19,80). Sum of RGB (Red+Green+Blue) = 71+19+80=170 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.76% from 170); Green value is 19 (7.81% from 255 or 11.18% from 170); Blue value is 80 (31.64% from 255 or 47.06% from 170); Max value from RGB is 80 - color contains mainly: blue. Hex color #471350 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471350 is #B8ECAF. Grayscale: #292929. Windows color (decimal): -12119216 or 5247815. OLE color: 5247815.

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

Color convert

RGB711980-
CMYK0.110.7600.69
HSL291.15º61.62%19.41%-
HSV(B)291.15º76.25%31.37%-
XYZ4.282.387.82-
YUV41.5149.73149.04-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 41.76%
GREEN value IS 19 (7.81% from 255) = 11.18%
BLUE value IS 80 (31.64% from 255) = 47.06%
R=41.76%
G=11.18%
B=47.06%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7119800.110.7600.69291.1561.6219.41
Hex471350B4C0451233e13
Octal107231201311401054437623
Binary1000111100111010000101110011000100010110010001111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471350; }

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

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

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

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

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

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

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

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