#7F2691

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

Shades of Vivid Violet #7F2691

Tints of Vivid Violet #7F2691

Color information

#7F2691 (or 0x7F2691) is unknown color: approx Vivid Violet. HEX triplet: 7F, 26 and 91. RGB value is (127,38,145). Sum of RGB (Red+Green+Blue) = 127+38+145=310 (41% of max value = 765). Red value is 127 (50% from 255 or 40.97% from 310); Green value is 38 (15.23% from 255 or 12.26% from 310); Blue value is 145 (57.03% from 255 or 46.77% from 310); Max value from RGB is 145 - color contains mainly: blue. Hex color #7F2691 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F2691 is #80D96E. Grayscale: #4C4C4C. Windows color (decimal): -8444271 or 9512575. OLE color: 9512575.

HSL color Cylindrical-coordinate representation of color #7F2691: hue angle of 289.91º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7F2691 is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB12738145-
CMYK0.120.7400.43
HSL289.91º58.47%35.88%-
HSV(B)289.91º73.79%56.86%-
XYZ14.567.9427.55-
YUV76.81166.49163.8-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 40.97%
GREEN value IS 38 (15.23% from 255) = 12.26%
BLUE value IS 145 (57.03% from 255) = 46.77%
R=40.97%
G=12.26%
B=46.77%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal127381450.120.7400.43289.9158.4735.88
Hex7F2691C4A02B1223a24
Octal17746221141120534427244
Binary111111110011010010001110010010100101011100100010111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F2691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,38,145); }

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

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

 a { background-color: rgb(127,38,145); }

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

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

 span { border-color: rgb(127,38,145); }

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