#711F92

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

Shades of Vivid Violet #711F92

Tints of Vivid Violet #711F92

Color information

#711F92 (or 0x711F92) is unknown color: approx Vivid Violet. HEX triplet: 71, 1F and 92. RGB value is (113,31,146). Sum of RGB (Red+Green+Blue) = 113+31+146=290 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.97% from 290); Green value is 31 (12.5% from 255 or 10.69% from 290); Blue value is 146 (57.42% from 255 or 50.34% from 290); Max value from RGB is 146 - color contains mainly: blue. Hex color #711F92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #711F92 is #8EE06D. Grayscale: #444444. Windows color (decimal): -9363566 or 9576305. OLE color: 9576305.

HSL color Cylindrical-coordinate representation of color #711F92: hue angle of 282.78º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #711F92 is Cyan = 0.23, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11331146-
CMYK0.230.7900.43
HSL282.78º64.97%34.71%-
HSV(B)282.78º78.77%57.25%-
XYZ12.496.5727.8-
YUV68.63171.67159.65-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.97%
GREEN value IS 31 (12.5% from 255) = 10.69%
BLUE value IS 146 (57.42% from 255) = 50.34%
R=38.97%
G=10.69%
B=50.34%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal113311460.230.7900.43282.7864.9734.71
Hex711F92174F02B11b4123
Octal161372222711705343310143
Binary1110001111111001001010111100111101010111000110111000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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