#7F3691

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

Shades of Vivid Violet #7F3691

Tints of Vivid Violet #7F3691

Color information

#7F3691 (or 0x7F3691) is unknown color: approx Vivid Violet. HEX triplet: 7F, 36 and 91. RGB value is (127,54,145). Sum of RGB (Red+Green+Blue) = 127+54+145=326 (43% of max value = 765). Red value is 127 (50% from 255 or 38.96% from 326); Green value is 54 (21.48% from 255 or 16.56% from 326); Blue value is 145 (57.03% from 255 or 44.48% from 326); Max value from RGB is 145 - color contains mainly: blue. Hex color #7F3691 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F3691 is #80C96E. Grayscale: #555555. Windows color (decimal): -8440175 or 9516671. OLE color: 9516671.

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

Color convert

RGB12754145-
CMYK0.120.6300.43
HSL288.13º45.73%39.02%-
HSV(B)288.13º62.76%56.86%-
XYZ15.189.1927.76-
YUV86.2161.18157.1-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 38.96%
GREEN value IS 54 (21.48% from 255) = 16.56%
BLUE value IS 145 (57.03% from 255) = 44.48%
R=38.96%
G=16.56%
B=44.48%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal127541450.120.6300.43288.1345.7339.02
Hex7F3691C3F02B1202e27
Octal1776622114770534405647
Binary11111111101101001000111001111110101011100100000101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F3691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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