#7B3C93

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

Shades of Vivid Violet #7B3C93

Tints of Vivid Violet #7B3C93

Color information

#7B3C93 (or 0x7B3C93) is unknown color: approx Vivid Violet. HEX triplet: 7B, 3C and 93. RGB value is (123,60,147). Sum of RGB (Red+Green+Blue) = 123+60+147=330 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.27% from 330); Green value is 60 (23.83% from 255 or 18.18% from 330); Blue value is 147 (57.81% from 255 or 44.55% from 330); Max value from RGB is 147 - color contains mainly: blue. Hex color #7B3C93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B3C93 is #84C36C. Grayscale: #585858. Windows color (decimal): -8700781 or 9649275. OLE color: 9649275.

HSL color Cylindrical-coordinate representation of color #7B3C93: hue angle of 283.45º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7B3C93 is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB12360147-
CMYK0.160.5900.42
HSL283.45º42.03%40.59%-
HSV(B)283.45º59.18%57.65%-
XYZ15.059.5528.65-
YUV88.76160.87152.43-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 37.27%
GREEN value IS 60 (23.83% from 255) = 18.18%
BLUE value IS 147 (57.81% from 255) = 44.55%
R=37.27%
G=18.18%
B=44.55%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal123601470.160.5900.42283.4542.0340.59
Hex7B3C93103B02A11b2a29
Octal1737422320730524335251
Binary111101111110010010011100001110110101010100011011101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B3C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,60,147); }

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

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

 a { background-color: rgb(123,60,147); }

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

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

 span { border-color: rgb(123,60,147); }

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