#711578

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

Shades of Purple #711578

Tints of Purple #711578

Color information

#711578 (or 0x711578) is unknown color: approx Purple. HEX triplet: 71, 15 and 78. RGB value is (113,21,120). Sum of RGB (Red+Green+Blue) = 113+21+120=254 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.49% from 254); Green value is 21 (8.59% from 255 or 8.27% from 254); Blue value is 120 (47.27% from 255 or 47.24% from 254); Max value from RGB is 120 - color contains mainly: blue. Hex color #711578 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711578 is #8EEA87. Grayscale: #3B3B3B. Windows color (decimal): -9366152 or 7869809. OLE color: 7869809.

HSL color Cylindrical-coordinate representation of color #711578: hue angle of 295.76º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #711578 is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11321120-
CMYK0.060.8300.53
HSL295.76º70.21%27.65%-
HSV(B)295.76º82.5%47.06%-
XYZ10.475.418.26-
YUV59.79161.98165.95-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 44.49%
GREEN value IS 21 (8.59% from 255) = 8.27%
BLUE value IS 120 (47.27% from 255) = 47.24%
R=44.49%
G=8.27%
B=47.24%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal113211200.060.8300.53295.7670.2127.65
Hex711578653035128461c
Octal16125170612306545010634
Binary111000110101111100011010100110110101100101000100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711578; }

 p { color: rgb(113,21,120); }

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

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

 a { background-color: rgb(113,21,120); }

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

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

 span { border-color: rgb(113,21,120); }

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