#711378

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

Shades of Purple #711378

Tints of Purple #711378

Color information

#711378 (or 0x711378) is unknown color: approx Purple. HEX triplet: 71, 13 and 78. RGB value is (113,19,120). Sum of RGB (Red+Green+Blue) = 113+19+120=252 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.84% from 252); Green value is 19 (7.81% from 255 or 7.54% from 252); Blue value is 120 (47.27% from 255 or 47.62% from 252); Max value from RGB is 120 - color contains mainly: blue. Hex color #711378 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711378 is #8EEC87. Grayscale: #3A3A3A. Windows color (decimal): -9366664 or 7869297. OLE color: 7869297.

HSL color Cylindrical-coordinate representation of color #711378: hue angle of 295.84º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #711378 is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11319120-
CMYK0.060.8400.53
HSL295.84º72.66%27.25%-
HSV(B)295.84º84.17%47.06%-
XYZ10.435.3318.25-
YUV58.62162.64166.79-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 44.84%
GREEN value IS 19 (7.81% from 255) = 7.54%
BLUE value IS 120 (47.27% from 255) = 47.62%
R=44.84%
G=7.54%
B=47.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal113191200.060.8400.53295.8472.6627.25
Hex711378654035128491b
Octal16123170612406545011133
Binary111000110011111100011010101000110101100101000100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711378; }

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

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

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

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

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

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

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

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