#711899

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

Shades of Vivid Violet #711899

Tints of Vivid Violet #711899

Color information

#711899 (or 0x711899) is unknown color: approx Vivid Violet. HEX triplet: 71, 18 and 99. RGB value is (113,24,153). Sum of RGB (Red+Green+Blue) = 113+24+153=290 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.97% from 290); Green value is 24 (9.77% from 255 or 8.28% from 290); Blue value is 153 (60.16% from 255 or 52.76% from 290); Max value from RGB is 153 - color contains mainly: blue. Hex color #711899 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #711899 is #8EE766. Grayscale: #404040. Windows color (decimal): -9365351 or 10033265. OLE color: 10033265.

HSL color Cylindrical-coordinate representation of color #711899: hue angle of 281.4º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #711899 is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB11324153-
CMYK0.260.8400.4
HSL281.4º72.88%34.71%-
HSV(B)281.4º84.31%60%-
XYZ12.896.4630.71-
YUV65.32177.49162.01-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.97%
GREEN value IS 24 (9.77% from 255) = 8.28%
BLUE value IS 153 (60.16% from 255) = 52.76%
R=38.97%
G=8.28%
B=52.76%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal113241530.260.8400.4281.472.8834.71
Hex7118991A540281194923
Octal161302313212405043111143
Binary1110001110001001100111010101010001010001000110011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711899; }

 p { color: rgb(113,24,153); }

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

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

 a { background-color: rgb(113,24,153); }

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

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

 span { border-color: rgb(113,24,153); }

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