#7F4081

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

Shades of Vivid Violet #7F4081

Tints of Vivid Violet #7F4081

Color information

#7F4081 (or 0x7F4081) is unknown color: approx Vivid Violet. HEX triplet: 7F, 40 and 81. RGB value is (127,64,129). Sum of RGB (Red+Green+Blue) = 127+64+129=320 (42% of max value = 765). Red value is 127 (50% from 255 or 39.69% from 320); Green value is 64 (25.39% from 255 or 20% from 320); Blue value is 129 (50.78% from 255 or 40.31% from 320); Max value from RGB is 129 - color contains mainly: blue. Hex color #7F4081 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F4081 is #80BF7E. Grayscale: #5A5A5A. Windows color (decimal): -8437631 or 8470655. OLE color: 8470655.

HSL color Cylindrical-coordinate representation of color #7F4081: hue angle of 298.15º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7F4081 is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB12764129-
CMYK0.020.5000.49
HSL298.15º33.68%37.84%-
HSV(B)298.15º50.39%50.59%-
XYZ14.559.7621.89-
YUV90.25149.87154.21-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 39.69%
GREEN value IS 64 (25.39% from 255) = 20%
BLUE value IS 129 (50.78% from 255) = 40.31%
R=39.69%
G=20%
B=40.31%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal127641290.020.5000.49298.1533.6837.84
Hex7F408123203112a2226
Octal1771002012620614524246
Binary1111111100000010000001101100100110001100101010100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F4081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,64,129); }

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

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

 a { background-color: rgb(127,64,129); }

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

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

 span { border-color: rgb(127,64,129); }

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