#7A1B8A

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

Shades of Vivid Violet #7A1B8A

Tints of Vivid Violet #7A1B8A

Color information

#7A1B8A (or 0x7A1B8A) is unknown color: approx Vivid Violet. HEX triplet: 7A, 1B and 8A. RGB value is (122,27,138). Sum of RGB (Red+Green+Blue) = 122+27+138=287 (38% of max value = 765). Red value is 122 (48.05% from 255 or 42.51% from 287); Green value is 27 (10.94% from 255 or 9.41% from 287); Blue value is 138 (54.30% from 255 or 48.08% from 287); Max value from RGB is 138 - color contains mainly: blue. Hex color #7A1B8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A1B8A is #85E475. Grayscale: #434343. Windows color (decimal): -8774774 or 9051002. OLE color: 9051002.

HSL color Cylindrical-coordinate representation of color #7A1B8A: hue angle of 291.35º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7A1B8A is Cyan = 0.12, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB12227138-
CMYK0.120.8000.46
HSL291.35º67.27%32.35%-
HSV(B)291.35º80.43%54.12%-
XYZ13.016.7624.66-
YUV68.06167.47166.47-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 42.51%
GREEN value IS 27 (10.94% from 255) = 9.41%
BLUE value IS 138 (54.30% from 255) = 48.08%
R=42.51%
G=9.41%
B=48.08%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal122271380.120.8000.46291.3567.2732.35
Hex7A1B8AC5002E1234320
Octal172332121412005644310340
Binary111101011011100010101100101000001011101001000111000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A1B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,27,138); }

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

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

 a { background-color: rgb(122,27,138); }

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

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

 span { border-color: rgb(122,27,138); }

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