#711094

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

Shades of Purple #711094

Tints of Purple #711094

Color information

#711094 (or 0x711094) is unknown color: approx Purple. HEX triplet: 71, 10 and 94. RGB value is (113,16,148). Sum of RGB (Red+Green+Blue) = 113+16+148=277 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.79% from 277); Green value is 16 (6.64% from 255 or 5.78% from 277); Blue value is 148 (58.20% from 255 or 53.43% from 277); Max value from RGB is 148 - color contains mainly: blue. Hex color #711094 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #711094 is #8EEF6B. Grayscale: #3B3B3B. Windows color (decimal): -9367404 or 9703537. OLE color: 9703537.

HSL color Cylindrical-coordinate representation of color #711094: hue angle of 284.09º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #711094 is Cyan = 0.24, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11316148-
CMYK0.240.8900.42
HSL284.09º80.49%32.16%-
HSV(B)284.09º89.19%58.04%-
XYZ12.346.0228.53-
YUV60.05177.64165.77-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.79%
GREEN value IS 16 (6.64% from 255) = 5.78%
BLUE value IS 148 (58.20% from 255) = 53.43%
R=40.79%
G=5.78%
B=53.43%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal113161480.240.8900.42284.0980.4932.16
Hex711094185902A11c5020
Octal161202243013105243412040
Binary1110001100001001010011000101100101010101000111001010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711094; }

 p { color: rgb(113,16,148); }

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

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

 a { background-color: rgb(113,16,148); }

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

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

 span { border-color: rgb(113,16,148); }

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