#711A95

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

Shades of Vivid Violet #711A95

Tints of Vivid Violet #711A95

Color information

#711A95 (or 0x711A95) is unknown color: approx Vivid Violet. HEX triplet: 71, 1A and 95. RGB value is (113,26,149). Sum of RGB (Red+Green+Blue) = 113+26+149=288 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.24% from 288); Green value is 26 (10.55% from 255 or 9.03% from 288); Blue value is 149 (58.59% from 255 or 51.74% from 288); Max value from RGB is 149 - color contains mainly: blue. Hex color #711A95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #711A95 is #8EE56A. Grayscale: #414141. Windows color (decimal): -9364843 or 9771633. OLE color: 9771633.

HSL color Cylindrical-coordinate representation of color #711A95: hue angle of 282.44º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #711A95 is Cyan = 0.24, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11326149-
CMYK0.240.8300.42
HSL282.44º70.29%34.31%-
HSV(B)282.44º82.55%58.43%-
XYZ12.66.4229.01-
YUV66.04174.82161.5-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.24%
GREEN value IS 26 (10.55% from 255) = 9.03%
BLUE value IS 149 (58.59% from 255) = 51.74%
R=39.24%
G=9.03%
B=51.74%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal113261490.240.8300.42282.4470.2934.31
Hex711A95185302A11a4622
Octal161322253012305243210642
Binary1110001110101001010111000101001101010101000110101000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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