#7F4691

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

Shades of Vivid Violet #7F4691

Tints of Vivid Violet #7F4691

Color information

#7F4691 (or 0x7F4691) is unknown color: approx Vivid Violet. HEX triplet: 7F, 46 and 91. RGB value is (127,70,145). Sum of RGB (Red+Green+Blue) = 127+70+145=342 (45% of max value = 765). Red value is 127 (50% from 255 or 37.13% from 342); Green value is 70 (27.73% from 255 or 20.47% from 342); Blue value is 145 (57.03% from 255 or 42.40% from 342); Max value from RGB is 145 - color contains mainly: blue. Hex color #7F4691 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F4691 is #80B96E. Grayscale: #5F5F5F. Windows color (decimal): -8436079 or 9520767. OLE color: 9520767.

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

Color convert

RGB12770145-
CMYK0.120.5200.43
HSL285.6º34.88%42.16%-
HSV(B)285.6º51.72%56.86%-
XYZ16.0510.9428.05-
YUV95.59155.88150.4-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 37.13%
GREEN value IS 70 (27.73% from 255) = 20.47%
BLUE value IS 145 (57.03% from 255) = 42.40%
R=37.13%
G=20.47%
B=42.40%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal127701450.120.5200.43285.634.8842.16
Hex7F4691C3402B11e232a
Octal17710622114640534364352
Binary111111110001101001000111001101000101011100011110100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F4691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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