#7B3696

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

Shades of Vivid Violet #7B3696

Tints of Vivid Violet #7B3696

Color information

#7B3696 (or 0x7B3696) is unknown color: approx Vivid Violet. HEX triplet: 7B, 36 and 96. RGB value is (123,54,150). Sum of RGB (Red+Green+Blue) = 123+54+150=327 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.61% from 327); Green value is 54 (21.48% from 255 or 16.51% from 327); Blue value is 150 (58.98% from 255 or 45.87% from 327); Max value from RGB is 150 - color contains mainly: blue. Hex color #7B3696 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B3696 is #84C969. Grayscale: #555555. Windows color (decimal): -8702314 or 9844347. OLE color: 9844347.

HSL color Cylindrical-coordinate representation of color #7B3696: hue angle of 283.12º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7B3696 is Cyan = 0.18, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB12354150-
CMYK0.180.6400.41
HSL283.12º47.06%40%-
HSV(B)283.12º64%58.82%-
XYZ14.999.0529.81-
YUV85.57164.36154.69-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 37.61%
GREEN value IS 54 (21.48% from 255) = 16.51%
BLUE value IS 150 (58.98% from 255) = 45.87%
R=37.61%
G=16.51%
B=45.87%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal123541500.180.6400.41283.1247.0640
Hex7B3696124002911b2f28
Octal17366226221000514335750
Binary1111011110110100101101001010000000101001100011011101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B3696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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