#7B1AA2

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

Shades of Vivid Violet #7B1AA2

Tints of Vivid Violet #7B1AA2

Color information

#7B1AA2 (or 0x7B1AA2) is unknown color: approx Vivid Violet. HEX triplet: 7B, 1A and A2. RGB value is (123,26,162). Sum of RGB (Red+Green+Blue) = 123+26+162=311 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.55% from 311); Green value is 26 (10.55% from 255 or 8.36% from 311); Blue value is 162 (63.67% from 255 or 52.09% from 311); Max value from RGB is 162 - color contains mainly: blue. Hex color #7B1AA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B1AA2 is #84E55D. Grayscale: #464646. Windows color (decimal): -8709470 or 10623611. OLE color: 10623611.

HSL color Cylindrical-coordinate representation of color #7B1AA2: hue angle of 282.79º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7B1AA2 is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB12326162-
CMYK0.240.8400.36
HSL282.79º72.34%36.86%-
HSV(B)282.79º83.95%63.53%-
XYZ15.067.5634.85-
YUV70.51179.64165.44-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 39.55%
GREEN value IS 26 (10.55% from 255) = 8.36%
BLUE value IS 162 (63.67% from 255) = 52.09%
R=39.55%
G=8.36%
B=52.09%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal123261620.240.8400.36282.7972.3436.86
Hex7B1AA2185402411b4825
Octal173322423012404443311045
Binary1111011110101010001011000101010001001001000110111001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B1AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,26,162); }

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

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

 a { background-color: rgb(123,26,162); }

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

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

 span { border-color: rgb(123,26,162); }

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