#7B3991

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

Shades of Vivid Violet #7B3991

Tints of Vivid Violet #7B3991

Color information

#7B3991 (or 0x7B3991) is unknown color: approx Vivid Violet. HEX triplet: 7B, 39 and 91. RGB value is (123,57,145). Sum of RGB (Red+Green+Blue) = 123+57+145=325 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.85% from 325); Green value is 57 (22.66% from 255 or 17.54% from 325); Blue value is 145 (57.03% from 255 or 44.62% from 325); Max value from RGB is 145 - color contains mainly: blue. Hex color #7B3991 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B3991 is #84C66E. Grayscale: #565656. Windows color (decimal): -8701551 or 9517435. OLE color: 9517435.

HSL color Cylindrical-coordinate representation of color #7B3991: hue angle of 285º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7B3991 is Cyan = 0.15, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB12357145-
CMYK0.150.6100.43
HSL285º43.56%39.61%-
HSV(B)285º60.69%56.86%-
XYZ14.749.1827.78-
YUV86.77160.87153.84-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 37.85%
GREEN value IS 57 (22.66% from 255) = 17.54%
BLUE value IS 145 (57.03% from 255) = 44.62%
R=37.85%
G=17.54%
B=44.62%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal123571450.150.6100.4328543.5639.61
Hex7B3991F3D02B11d2c28
Octal1737122117750534355450
Binary11110111110011001000111111111010101011100011101101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B3991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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