#7A189B

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

Shades of Vivid Violet #7A189B

Tints of Vivid Violet #7A189B

Color information

#7A189B (or 0x7A189B) is unknown color: approx Vivid Violet. HEX triplet: 7A, 18 and 9B. RGB value is (122,24,155). Sum of RGB (Red+Green+Blue) = 122+24+155=301 (39% of max value = 765). Red value is 122 (48.05% from 255 or 40.53% from 301); Green value is 24 (9.77% from 255 or 7.97% from 301); Blue value is 155 (60.94% from 255 or 51.50% from 301); Max value from RGB is 155 - color contains mainly: blue. Hex color #7A189B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A189B is #85E764. Grayscale: #434343. Windows color (decimal): -8775525 or 10164346. OLE color: 10164346.

HSL color Cylindrical-coordinate representation of color #7A189B: hue angle of 284.89º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7A189B is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB12224155-
CMYK0.210.8500.39
HSL284.89º73.18%35.1%-
HSV(B)284.89º84.52%60.78%-
XYZ14.277.1631.64-
YUV68.24176.97166.35-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 40.53%
GREEN value IS 24 (9.77% from 255) = 7.97%
BLUE value IS 155 (60.94% from 255) = 51.50%
R=40.53%
G=7.97%
B=51.50%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal122241550.210.8500.39284.8973.1835.1
Hex7A189B155502711d4923
Octal172302332512504743511143
Binary1111010110001001101110101101010101001111000111011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A189B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,24,155); }

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

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

 a { background-color: rgb(122,24,155); }

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

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

 span { border-color: rgb(122,24,155); }

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