#7B1A8E

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

Shades of Vivid Violet #7B1A8E

Tints of Vivid Violet #7B1A8E

Color information

#7B1A8E (or 0x7B1A8E) is unknown color: approx Vivid Violet. HEX triplet: 7B, 1A and 8E. RGB value is (123,26,142). Sum of RGB (Red+Green+Blue) = 123+26+142=291 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.27% from 291); Green value is 26 (10.55% from 255 or 8.93% from 291); Blue value is 142 (55.86% from 255 or 48.80% from 291); Max value from RGB is 142 - color contains mainly: blue. Hex color #7B1A8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B1A8E is #84E571. Grayscale: #434343. Windows color (decimal): -8709490 or 9312891. OLE color: 9312891.

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

Color convert

RGB12326142-
CMYK0.130.8200.44
HSL290.17º69.05%32.94%-
HSV(B)290.17º81.69%55.69%-
XYZ13.426.926.22-
YUV68.23169.64167.07-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 42.27%
GREEN value IS 26 (10.55% from 255) = 8.93%
BLUE value IS 142 (55.86% from 255) = 48.80%
R=42.27%
G=8.93%
B=48.80%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal123261420.130.8200.44290.1769.0532.94
Hex7B1A8ED5202C1224521
Octal173322161512205444210541
Binary111101111010100011101101101001001011001001000101000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B1A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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