#711692

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

Shades of Vivid Violet #711692

Tints of Vivid Violet #711692

Color information

#711692 (or 0x711692) is unknown color: approx Vivid Violet. HEX triplet: 71, 16 and 92. RGB value is (113,22,146). Sum of RGB (Red+Green+Blue) = 113+22+146=281 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.21% from 281); Green value is 22 (8.98% from 255 or 7.83% from 281); Blue value is 146 (57.42% from 255 or 51.96% from 281); Max value from RGB is 146 - color contains mainly: blue. Hex color #711692 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #711692 is #8EE96D. Grayscale: #3E3E3E. Windows color (decimal): -9365870 or 9574001. OLE color: 9574001.

HSL color Cylindrical-coordinate representation of color #711692: hue angle of 284.03º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #711692 is Cyan = 0.23, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11322146-
CMYK0.230.8500.43
HSL284.03º73.81%32.94%-
HSV(B)284.03º84.93%57.25%-
XYZ12.296.1627.74-
YUV63.34174.65163.42-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.21%
GREEN value IS 22 (8.98% from 255) = 7.83%
BLUE value IS 146 (57.42% from 255) = 51.96%
R=40.21%
G=7.83%
B=51.96%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal113221460.230.8500.43284.0373.8132.94
Hex711692175502B11c4a21
Octal161262222712505343411241
Binary1110001101101001001010111101010101010111000111001001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711692; }

 p { color: rgb(113,22,146); }

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

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

 a { background-color: rgb(113,22,146); }

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

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

 span { border-color: rgb(113,22,146); }

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