#711c8b

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

Shades of Vivid Violet #711C8B

Tints of Vivid Violet #711C8B

Color information

#711C8B (or 0x711C8B) is unknown color: approx Vivid Violet. HEX triplet: 71, 1C and 8B. RGB value is (113,28,139). Sum of RGB (Red+Green+Blue) = 113+28+139=280 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.36% from 280); Green value is 28 (11.33% from 255 or 10% from 280); Blue value is 139 (54.69% from 255 or 49.64% from 280); Max value from RGB is 139 - color contains mainly: blue. Hex color #711C8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #711C8B is #8EE374. Grayscale: #414141. Windows color (decimal): -9364341 or 9116785. OLE color: 9116785.

HSL color Cylindrical-coordinate representation of color #711C8B: hue angle of 285.95º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #711C8B is Cyan = 0.19, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11328139-
CMYK0.190.8000.45
HSL285.95º66.47%32.75%-
HSV(B)285.95º79.86%54.51%-
XYZ11.896.2125-
YUV66.07169.16161.47-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.36%
GREEN value IS 28 (11.33% from 255) = 10%
BLUE value IS 139 (54.69% from 255) = 49.64%
R=40.36%
G=10%
B=49.64%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal113281390.190.8000.45285.9566.4732.75
Hex711C8B135002D11e4221
Octal161342132312005543610241
Binary1110001111001000101110011101000001011011000111101000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711c8b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,28,139); }

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

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

 a { background-color: rgb(113,28,139); }

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

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

 span { border-color: rgb(113,28,139); }

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