#7B3691

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

Shades of Vivid Violet #7B3691

Tints of Vivid Violet #7B3691

Color information

#7B3691 (or 0x7B3691) is unknown color: approx Vivid Violet. HEX triplet: 7B, 36 and 91. RGB value is (123,54,145). Sum of RGB (Red+Green+Blue) = 123+54+145=322 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.20% from 322); Green value is 54 (21.48% from 255 or 16.77% from 322); Blue value is 145 (57.03% from 255 or 45.03% from 322); Max value from RGB is 145 - color contains mainly: blue. Hex color #7B3691 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B3691 is #84C96E. Grayscale: #545454. Windows color (decimal): -8702319 or 9516667. OLE color: 9516667.

HSL color Cylindrical-coordinate representation of color #7B3691: hue angle of 285.49º 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 #7B3691 is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB12354145-
CMYK0.150.6300.43
HSL285.49º45.73%39.02%-
HSV(B)285.49º62.76%56.86%-
XYZ14.68.8927.74-
YUV85161.86155.1-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 38.20%
GREEN value IS 54 (21.48% from 255) = 16.77%
BLUE value IS 145 (57.03% from 255) = 45.03%
R=38.20%
G=16.77%
B=45.03%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal123541450.150.6300.43285.4945.7339.02
Hex7B3691F3F02B11d2e27
Octal1736622117770534355647
Binary11110111101101001000111111111110101011100011101101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B3691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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