#711A9B

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

Shades of Vivid Violet #711A9B

Tints of Vivid Violet #711A9B

Color information

#711A9B (or 0x711A9B) is unknown color: approx Vivid Violet. HEX triplet: 71, 1A and 9B. RGB value is (113,26,155). Sum of RGB (Red+Green+Blue) = 113+26+155=294 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.44% from 294); Green value is 26 (10.55% from 255 or 8.84% from 294); Blue value is 155 (60.94% from 255 or 52.72% from 294); Max value from RGB is 155 - color contains mainly: blue. Hex color #711A9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #711A9B is #8EE564. Grayscale: #424242. Windows color (decimal): -9364837 or 10164849. OLE color: 10164849.

HSL color Cylindrical-coordinate representation of color #711A9B: hue angle of 280.47º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #711A9B is Cyan = 0.27, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11326155-
CMYK0.270.8300.39
HSL280.47º71.27%35.49%-
HSV(B)280.47º83.23%60.78%-
XYZ13.16.6231.6-
YUV66.72177.82161.01-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.44%
GREEN value IS 26 (10.55% from 255) = 8.84%
BLUE value IS 155 (60.94% from 255) = 52.72%
R=38.44%
G=8.84%
B=52.72%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal113261550.270.8300.39280.4771.2735.49
Hex711A9B1B530271184723
Octal161322333312304743010743
Binary1110001110101001101111011101001101001111000110001000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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