#711092

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

Shades of Purple #711092

Tints of Purple #711092

Color information

#711092 (or 0x711092) is unknown color: approx Purple. HEX triplet: 71, 10 and 92. RGB value is (113,16,146). Sum of RGB (Red+Green+Blue) = 113+16+146=275 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.09% from 275); Green value is 16 (6.64% from 255 or 5.82% from 275); Blue value is 146 (57.42% from 255 or 53.09% from 275); Max value from RGB is 146 - color contains mainly: blue. Hex color #711092 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #711092 is #8EEF6D. Grayscale: #3B3B3B. Windows color (decimal): -9367406 or 9572465. OLE color: 9572465.

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

Color convert

RGB11316146-
CMYK0.230.8900.43
HSL284.77º80.25%31.76%-
HSV(B)284.77º89.04%57.25%-
XYZ12.185.9627.7-
YUV59.82176.64165.93-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 41.09%
GREEN value IS 16 (6.64% from 255) = 5.82%
BLUE value IS 146 (57.42% from 255) = 53.09%
R=41.09%
G=5.82%
B=53.09%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal113161460.230.8900.43284.7780.2531.76
Hex711092175902B11d5020
Octal161202222713105343512040
Binary1110001100001001001010111101100101010111000111011010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711092; }

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

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

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

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

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

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

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

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