#7b2e8a

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

Shades of Vivid Violet #7B2E8A

Tints of Vivid Violet #7B2E8A

Color information

#7B2E8A (or 0x7B2E8A) is unknown color: approx Vivid Violet. HEX triplet: 7B, 2E and 8A. RGB value is (123,46,138). Sum of RGB (Red+Green+Blue) = 123+46+138=307 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.07% from 307); Green value is 46 (18.36% from 255 or 14.98% from 307); Blue value is 138 (54.30% from 255 or 44.95% from 307); Max value from RGB is 138 - color contains mainly: blue. Hex color #7B2E8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B2E8A is #84D175. Grayscale: #4F4F4F. Windows color (decimal): -8704374 or 9055867. OLE color: 9055867.

HSL color Cylindrical-coordinate representation of color #7B2E8A: hue angle of 290.22º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7B2E8A is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB12346138-
CMYK0.110.6700.46
HSL290.22º50%36.08%-
HSV(B)290.22º66.67%54.12%-
XYZ13.73824.87-
YUV79.51161.01159.02-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 40.07%
GREEN value IS 46 (18.36% from 255) = 14.98%
BLUE value IS 138 (54.30% from 255) = 44.95%
R=40.07%
G=14.98%
B=44.95%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal123461380.110.6700.46290.225036.08
Hex7B2E8AB4302E1223224
Octal17356212131030564426244
Binary111101110111010001010101110000110101110100100010110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7b2e8a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,46,138); }

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

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

 a { background-color: rgb(123,46,138); }

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

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

 span { border-color: rgb(123,46,138); }

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