#7B328E

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

Shades of Vivid Violet #7B328E

Tints of Vivid Violet #7B328E

Color information

#7B328E (or 0x7B328E) is unknown color: approx Vivid Violet. HEX triplet: 7B, 32 and 8E. RGB value is (123,50,142). Sum of RGB (Red+Green+Blue) = 123+50+142=315 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.05% from 315); Green value is 50 (19.92% from 255 or 15.87% from 315); Blue value is 142 (55.86% from 255 or 45.08% from 315); Max value from RGB is 142 - color contains mainly: blue. Hex color #7B328E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B328E is #84CD71. Grayscale: #525252. Windows color (decimal): -8703346 or 9319035. OLE color: 9319035.

HSL color Cylindrical-coordinate representation of color #7B328E: hue angle of 287.61º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7B328E is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12350142-
CMYK0.130.6500.44
HSL287.61º47.92%37.65%-
HSV(B)287.61º64.79%55.69%-
XYZ14.198.4526.47-
YUV82.32161.68157.02-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 39.05%
GREEN value IS 50 (19.92% from 255) = 15.87%
BLUE value IS 142 (55.86% from 255) = 45.08%
R=39.05%
G=15.87%
B=45.08%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal123501420.130.6500.44287.6147.9237.65
Hex7B328ED4102C1203026
Octal17362216151010544406046
Binary111101111001010001110110110000010101100100100000110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B328E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,50,142); }

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

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

 a { background-color: rgb(123,50,142); }

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

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

 span { border-color: rgb(123,50,142); }

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