#711d96

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

Shades of Vivid Violet #711D96

Tints of Vivid Violet #711D96

Color information

#711D96 (or 0x711D96) is unknown color: approx Vivid Violet. HEX triplet: 71, 1D and 96. RGB value is (113,29,150). Sum of RGB (Red+Green+Blue) = 113+29+150=292 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.70% from 292); Green value is 29 (11.72% from 255 or 9.93% from 292); Blue value is 150 (58.98% from 255 or 51.37% from 292); Max value from RGB is 150 - color contains mainly: blue. Hex color #711D96 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #711D96 is #8EE269. Grayscale: #434343. Windows color (decimal): -9364074 or 9837937. OLE color: 9837937.

HSL color Cylindrical-coordinate representation of color #711D96: hue angle of 281.65º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #711D96 is Cyan = 0.25, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB11329150-
CMYK0.250.8100.41
HSL281.65º67.6%35.1%-
HSV(B)281.65º80.67%58.82%-
XYZ12.756.5929.45-
YUV67.91174.33160.16-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.70%
GREEN value IS 29 (11.72% from 255) = 9.93%
BLUE value IS 150 (58.98% from 255) = 51.37%
R=38.70%
G=9.93%
B=51.37%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal113291500.250.8100.41281.6567.635.1
Hex711D96195102911a4423
Octal161352263112105143210443
Binary1110001111011001011011001101000101010011000110101000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711d96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,29,150); }

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

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

 a { background-color: rgb(113,29,150); }

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

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

 span { border-color: rgb(113,29,150); }

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