#7B3195

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

Shades of Vivid Violet #7B3195

Tints of Vivid Violet #7B3195

Color information

#7B3195 (or 0x7B3195) is unknown color: approx Vivid Violet. HEX triplet: 7B, 31 and 95. RGB value is (123,49,149). Sum of RGB (Red+Green+Blue) = 123+49+149=321 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.32% from 321); Green value is 49 (19.53% from 255 or 15.26% from 321); Blue value is 149 (58.59% from 255 or 46.42% from 321); Max value from RGB is 149 - color contains mainly: blue. Hex color #7B3195 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B3195 is #84CE6A. Grayscale: #525252. Windows color (decimal): -8703595 or 9777531. OLE color: 9777531.

HSL color Cylindrical-coordinate representation of color #7B3195: hue angle of 284.4º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7B3195 is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB12349149-
CMYK0.170.6700.42
HSL284.4º50.51%38.82%-
HSV(B)284.4º67.11%58.43%-
XYZ14.698.5829.32-
YUV82.53165.52156.87-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 38.32%
GREEN value IS 49 (19.53% from 255) = 15.26%
BLUE value IS 149 (58.59% from 255) = 46.42%
R=38.32%
G=15.26%
B=46.42%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal123491490.170.6700.42284.450.5138.82
Hex7B3195114302A11c3327
Octal17361225211030524346347
Binary1111011110001100101011000110000110101010100011100110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B3195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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