#7B4094

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

Shades of Vivid Violet #7B4094

Tints of Vivid Violet #7B4094

Color information

#7B4094 (or 0x7B4094) is unknown color: approx Vivid Violet. HEX triplet: 7B, 40 and 94. RGB value is (123,64,148). Sum of RGB (Red+Green+Blue) = 123+64+148=335 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.72% from 335); Green value is 64 (25.39% from 255 or 19.10% from 335); Blue value is 148 (58.20% from 255 or 44.18% from 335); Max value from RGB is 148 - color contains mainly: blue. Hex color #7B4094 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B4094 is #84BF6B. Grayscale: #5A5A5A. Windows color (decimal): -8699756 or 9715835. OLE color: 9715835.

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

Color convert

RGB12364148-
CMYK0.170.5700.42
HSL282.14º39.62%41.57%-
HSV(B)282.14º56.76%58.04%-
XYZ15.3510.0229.14-
YUV91.22160.05150.67-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 36.72%
GREEN value IS 64 (25.39% from 255) = 19.10%
BLUE value IS 148 (58.20% from 255) = 44.18%
R=36.72%
G=19.10%
B=44.18%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal123641480.170.5700.42282.1439.6241.57
Hex7B4094113902A11a282a
Octal17310022421710524325052
Binary1111011100000010010100100011110010101010100011010101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B4094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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