#7F4080

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

Shades of Vivid Violet #7F4080

Tints of Vivid Violet #7F4080

Color information

#7F4080 (or 0x7F4080) is unknown color: approx Vivid Violet. HEX triplet: 7F, 40 and 80. RGB value is (127,64,128). Sum of RGB (Red+Green+Blue) = 127+64+128=319 (42% of max value = 765). Red value is 127 (50% from 255 or 39.81% from 319); Green value is 64 (25.39% from 255 or 20.06% from 319); Blue value is 128 (50.39% from 255 or 40.13% from 319); Max value from RGB is 128 - color contains mainly: blue. Hex color #7F4080 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F4080 is #80BF7F. Grayscale: #595959. Windows color (decimal): -8437632 or 8405119. OLE color: 8405119.

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

Color convert

RGB12764128-
CMYK0.010.500.50
HSL299.06º33.33%37.65%-
HSV(B)299.06º50%50.2%-
XYZ14.489.7421.54-
YUV90.13149.37154.3-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 39.81%
GREEN value IS 64 (25.39% from 255) = 20.06%
BLUE value IS 128 (50.39% from 255) = 40.13%
R=39.81%
G=20.06%
B=40.13%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127641280.010.500.50299.0633.3337.65
Hex7F408013203212b2126
Octal1771002001620624534146
Binary111111110000001000000011100100110010100101011100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F4080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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