#711299

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

Shades of Vivid Violet #711299

Tints of Vivid Violet #711299

Color information

#711299 (or 0x711299) is unknown color: approx Vivid Violet. HEX triplet: 71, 12 and 99. RGB value is (113,18,153). Sum of RGB (Red+Green+Blue) = 113+18+153=284 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.79% from 284); Green value is 18 (7.42% from 255 or 6.34% from 284); Blue value is 153 (60.16% from 255 or 53.87% from 284); Max value from RGB is 153 - color contains mainly: blue. Hex color #711299 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #711299 is #8EED66. Grayscale: #3D3D3D. Windows color (decimal): -9366887 or 10031729. OLE color: 10031729.

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

Color convert

RGB11318153-
CMYK0.260.8800.4
HSL282.22º78.95%33.53%-
HSV(B)282.22º88.24%60%-
XYZ12.786.2430.67-
YUV61.79179.47164.52-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.79%
GREEN value IS 18 (7.42% from 255) = 6.34%
BLUE value IS 153 (60.16% from 255) = 53.87%
R=39.79%
G=6.34%
B=53.87%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal113181530.260.8800.4282.2278.9533.53
Hex7112991A5802811a4f22
Octal161222313213005043211742
Binary1110001100101001100111010101100001010001000110101001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711299; }

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

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

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

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

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

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

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

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