#7B29A0

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

Shades of Vivid Violet #7B29A0

Tints of Vivid Violet #7B29A0

Color information

#7B29A0 (or 0x7B29A0) is unknown color: approx Vivid Violet. HEX triplet: 7B, 29 and A0. RGB value is (123,41,160). Sum of RGB (Red+Green+Blue) = 123+41+160=324 (42% of max value = 765). Red value is 123 (48.44% from 255 or 37.96% from 324); Green value is 41 (16.41% from 255 or 12.65% from 324); Blue value is 160 (62.89% from 255 or 49.38% from 324); Max value from RGB is 160 - color contains mainly: blue. Hex color #7B29A0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B29A0 is #84D65F. Grayscale: #4E4E4E. Windows color (decimal): -8705632 or 10496379. OLE color: 10496379.

HSL color Cylindrical-coordinate representation of color #7B29A0: hue angle of 281.34º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7B29A0 is Cyan = 0.23, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB12341160-
CMYK0.230.7400.37
HSL281.34º59.2%39.41%-
HSV(B)281.34º74.37%62.75%-
XYZ15.318.3334.06-
YUV79.08173.67159.32-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 37.96%
GREEN value IS 41 (16.41% from 255) = 12.65%
BLUE value IS 160 (62.89% from 255) = 49.38%
R=37.96%
G=12.65%
B=49.38%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal123411600.230.7400.37281.3459.239.41
Hex7B29A0174A0251193b27
Octal17351240271120454317347
Binary1111011101001101000001011110010100100101100011001111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B29A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,41,160); }

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

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

 a { background-color: rgb(123,41,160); }

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

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

 span { border-color: rgb(123,41,160); }

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