#7b3190

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

Shades of Vivid Violet #7B3190

Tints of Vivid Violet #7B3190

Color information

#7B3190 (or 0x7B3190) is unknown color: approx Vivid Violet. HEX triplet: 7B, 31 and 90. RGB value is (123,49,144). Sum of RGB (Red+Green+Blue) = 123+49+144=316 (41% of max value = 765). Red value is 123 (48.44% from 255 or 38.92% from 316); Green value is 49 (19.53% from 255 or 15.51% from 316); Blue value is 144 (56.64% from 255 or 45.57% from 316); Max value from RGB is 144 - color contains mainly: blue. Hex color #7B3190 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B3190 is #84CE6F. Grayscale: #515151. Windows color (decimal): -8703600 or 9449851. OLE color: 9449851.

HSL color Cylindrical-coordinate representation of color #7B3190: hue angle of 286.74º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7B3190 is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12349144-
CMYK0.150.6600.44
HSL286.74º49.22%37.84%-
HSV(B)286.74º65.97%56.47%-
XYZ14.38.4227.26-
YUV81.96163.02157.28-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 38.92%
GREEN value IS 49 (19.53% from 255) = 15.51%
BLUE value IS 144 (56.64% from 255) = 45.57%
R=38.92%
G=15.51%
B=45.57%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal123491440.150.6600.44286.7449.2237.84
Hex7B3190F4202C11f3126
Octal17361220171020544376146
Binary111101111000110010000111110000100101100100011111110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7b3190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,49,144); }

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

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

 a { background-color: rgb(123,49,144); }

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

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

 span { border-color: rgb(123,49,144); }

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