#7B4194

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

Shades of Vivid Violet #7B4194

Tints of Vivid Violet #7B4194

Color information

#7B4194 (or 0x7B4194) is unknown color: approx Vivid Violet. HEX triplet: 7B, 41 and 94. RGB value is (123,65,148). Sum of RGB (Red+Green+Blue) = 123+65+148=336 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.61% from 336); Green value is 65 (25.78% from 255 or 19.35% from 336); Blue value is 148 (58.20% from 255 or 44.05% from 336); Max value from RGB is 148 - color contains mainly: blue. Hex color #7B4194 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B4194 is #84BE6B. Grayscale: #5B5B5B. Windows color (decimal): -8699500 or 9716091. OLE color: 9716091.

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

Color convert

RGB12365148-
CMYK0.170.5600.42
HSL281.93º38.97%41.76%-
HSV(B)281.93º56.08%58.04%-
XYZ15.410.1329.16-
YUV91.8159.72150.25-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 36.61%
GREEN value IS 65 (25.78% from 255) = 19.35%
BLUE value IS 148 (58.20% from 255) = 44.05%
R=36.61%
G=19.35%
B=44.05%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal123651480.170.5600.42281.9338.9741.76
Hex7B4194113802A11a272a
Octal17310122421700524324752
Binary1111011100000110010100100011110000101010100011010100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B4194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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