#7B3194

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

Shades of Vivid Violet #7B3194

Tints of Vivid Violet #7B3194

Color information

#7B3194 (or 0x7B3194) is unknown color: approx Vivid Violet. HEX triplet: 7B, 31 and 94. RGB value is (123,49,148). Sum of RGB (Red+Green+Blue) = 123+49+148=320 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.44% from 320); Green value is 49 (19.53% from 255 or 15.31% from 320); Blue value is 148 (58.20% from 255 or 46.25% from 320); Max value from RGB is 148 - color contains mainly: blue. Hex color #7B3194 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B3194 is #84CE6B. Grayscale: #525252. Windows color (decimal): -8703596 or 9711995. OLE color: 9711995.

HSL color Cylindrical-coordinate representation of color #7B3194: hue angle of 284.85º degrees, saturation: 0.5, 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 #7B3194 is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB12349148-
CMYK0.170.6700.42
HSL284.85º50.25%38.63%-
HSV(B)284.85º66.89%58.04%-
XYZ14.618.5528.9-
YUV82.41165.02156.95-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 38.44%
GREEN value IS 49 (19.53% from 255) = 15.31%
BLUE value IS 148 (58.20% from 255) = 46.25%
R=38.44%
G=15.31%
B=46.25%

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
Decimal123491480.170.6700.42284.8550.2538.63
Hex7B3194114302A11d3227
Octal17361224211030524356247
Binary1111011110001100101001000110000110101010100011101110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B3194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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