#711195

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

Shades of Purple #711195

Tints of Purple #711195

Color information

#711195 (or 0x711195) is unknown color: approx Purple. HEX triplet: 71, 11 and 95. RGB value is (113,17,149). Sum of RGB (Red+Green+Blue) = 113+17+149=279 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.50% from 279); Green value is 17 (7.03% from 255 or 6.09% from 279); Blue value is 149 (58.59% from 255 or 53.41% from 279); Max value from RGB is 149 - color contains mainly: blue. Hex color #711195 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #711195 is #8EEE6A. Grayscale: #3C3C3C. Windows color (decimal): -9367147 or 9769329. OLE color: 9769329.

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

Color convert

RGB11317149-
CMYK0.240.8900.42
HSL283.64º79.52%32.55%-
HSV(B)283.64º88.59%58.43%-
XYZ12.446.0828.95-
YUV60.75177.8165.27-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.50%
GREEN value IS 17 (7.03% from 255) = 6.09%
BLUE value IS 149 (58.59% from 255) = 53.41%
R=40.50%
G=6.09%
B=53.41%

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
Decimal113171490.240.8900.42283.6479.5232.55
Hex711195185902A11c5021
Octal161212253013105243412041
Binary1110001100011001010111000101100101010101000111001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711195; }

 p { color: rgb(113,17,149); }

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

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

 a { background-color: rgb(113,17,149); }

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

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

 span { border-color: rgb(113,17,149); }

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