#7F4986

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

Shades of Vivid Violet #7F4986

Tints of Vivid Violet #7F4986

Color information

#7F4986 (or 0x7F4986) is unknown color: approx Vivid Violet. HEX triplet: 7F, 49 and 86. RGB value is (127,73,134). Sum of RGB (Red+Green+Blue) = 127+73+134=334 (44% of max value = 765). Red value is 127 (50% from 255 or 38.02% from 334); Green value is 73 (28.91% from 255 or 21.86% from 334); Blue value is 134 (52.73% from 255 or 40.12% from 334); Max value from RGB is 134 - color contains mainly: blue. Hex color #7F4986 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F4986 is #80B679. Grayscale: #5F5F5F. Windows color (decimal): -8435322 or 8800639. OLE color: 8800639.

HSL color Cylindrical-coordinate representation of color #7F4986: hue angle of 293.11º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7F4986 is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB12773134-
CMYK0.050.4600.47
HSL293.11º29.47%40.59%-
HSV(B)293.11º45.52%52.55%-
XYZ15.441123.86-
YUV96.1149.39150.04-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 38.02%
GREEN value IS 73 (28.91% from 255) = 21.86%
BLUE value IS 134 (52.73% from 255) = 40.12%
R=38.02%
G=21.86%
B=40.12%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal127731340.050.4600.47293.1129.4740.59
Hex7F498652E02F1251d29
Octal1771112065560574453551
Binary1111111100100110000110101101110010111110010010111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F4986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F4986; }

 p { color: rgb(127,73,134); }

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

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

 a { background-color: rgb(127,73,134); }

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

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

 span { border-color: rgb(127,73,134); }

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