#711B8A

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

Shades of Vivid Violet #711B8A

Tints of Vivid Violet #711B8A

Color information

#711B8A (or 0x711B8A) is unknown color: approx Vivid Violet. HEX triplet: 71, 1B and 8A. RGB value is (113,27,138). Sum of RGB (Red+Green+Blue) = 113+27+138=278 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.65% from 278); Green value is 27 (10.94% from 255 or 9.71% from 278); Blue value is 138 (54.30% from 255 or 49.64% from 278); Max value from RGB is 138 - color contains mainly: blue. Hex color #711B8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #711B8A is #8EE475. Grayscale: #414141. Windows color (decimal): -9364598 or 9050993. OLE color: 9050993.

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

Color convert

RGB11327138-
CMYK0.180.8000.46
HSL286.49º67.27%32.35%-
HSV(B)286.49º80.43%54.12%-
XYZ11.796.1324.61-
YUV65.37168.99161.97-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.65%
GREEN value IS 27 (10.94% from 255) = 9.71%
BLUE value IS 138 (54.30% from 255) = 49.64%
R=40.65%
G=9.71%
B=49.64%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal113271380.180.8000.46286.4967.2732.35
Hex711B8A125002E11e4320
Octal161332122212005643610340
Binary1110001110111000101010010101000001011101000111101000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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