#7B4095

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

Shades of Vivid Violet #7B4095

Tints of Vivid Violet #7B4095

Color information

#7B4095 (or 0x7B4095) is unknown color: approx Vivid Violet. HEX triplet: 7B, 40 and 95. RGB value is (123,64,149). Sum of RGB (Red+Green+Blue) = 123+64+149=336 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.61% from 336); Green value is 64 (25.39% from 255 or 19.05% from 336); Blue value is 149 (58.59% from 255 or 44.35% from 336); Max value from RGB is 149 - color contains mainly: blue. Hex color #7B4095 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B4095 is #84BF6A. Grayscale: #5B5B5B. Windows color (decimal): -8699755 or 9781371. OLE color: 9781371.

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

Color convert

RGB12364149-
CMYK0.170.5700.42
HSL281.65º39.91%41.76%-
HSV(B)281.65º57.05%58.43%-
XYZ15.4310.0529.56-
YUV91.33160.55150.59-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 36.61%
GREEN value IS 64 (25.39% from 255) = 19.05%
BLUE value IS 149 (58.59% from 255) = 44.35%
R=36.61%
G=19.05%
B=44.35%

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
Decimal123641490.170.5700.42281.6539.9141.76
Hex7B4095113902A11a282a
Octal17310022521710524325052
Binary1111011100000010010101100011110010101010100011010101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B4095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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