#711a8a

Color #711A8A Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #711A8A

Tints of Vivid Violet #711A8A

Color information

#711A8A (or 0x711A8A) is unknown color: approx Vivid Violet. HEX triplet: 71, 1A and 8A. RGB value is (113,26,138). Sum of RGB (Red+Green+Blue) = 113+26+138=277 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.79% from 277); Green value is 26 (10.55% from 255 or 9.39% from 277); Blue value is 138 (54.30% from 255 or 49.82% from 277); Max value from RGB is 138 - color contains mainly: blue. Hex color #711A8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #711A8A is #8EE575. Grayscale: #404040. Windows color (decimal): -9364854 or 9050737. OLE color: 9050737.

HSL color Cylindrical-coordinate representation of color #711A8A: hue angle of 286.61º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #711A8A is Cyan = 0.18, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11326138-
CMYK0.180.8100.46
HSL286.61º68.29%32.16%-
HSV(B)286.61º81.16%54.12%-
XYZ11.776.0824.6-
YUV64.78169.32162.39-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.79%
GREEN value IS 26 (10.55% from 255) = 9.39%
BLUE value IS 138 (54.30% from 255) = 49.82%
R=40.79%
G=9.39%
B=49.82%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal113261380.180.8100.46286.6168.2932.16
Hex711A8A125102E11f4420
Octal161322122212105643710440
Binary1110001110101000101010010101000101011101000111111000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711a8a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711a8a; }

 p { color: rgb(113,26,138); }

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

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

 a { background-color: rgb(113,26,138); }

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

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

 span { border-color: rgb(113,26,138); }

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