#7B3395

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

Shades of Vivid Violet #7B3395

Tints of Vivid Violet #7B3395

Color information

#7B3395 (or 0x7B3395) is unknown color: approx Vivid Violet. HEX triplet: 7B, 33 and 95. RGB value is (123,51,149). Sum of RGB (Red+Green+Blue) = 123+51+149=323 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.08% from 323); Green value is 51 (20.31% from 255 or 15.79% from 323); Blue value is 149 (58.59% from 255 or 46.13% from 323); Max value from RGB is 149 - color contains mainly: blue. Hex color #7B3395 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B3395 is #84CC6A. Grayscale: #535353. Windows color (decimal): -8703083 or 9778043. OLE color: 9778043.

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

Color convert

RGB12351149-
CMYK0.170.6600.42
HSL284.08º49%39.22%-
HSV(B)284.08º65.77%58.43%-
XYZ14.788.7529.34-
YUV83.7164.85156.03-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 38.08%
GREEN value IS 51 (20.31% from 255) = 15.79%
BLUE value IS 149 (58.59% from 255) = 46.13%
R=38.08%
G=15.79%
B=46.13%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal123511490.170.6600.42284.084939.22
Hex7B3395114202A11c3127
Octal17363225211020524346147
Binary1111011110011100101011000110000100101010100011100110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B3395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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