#7A1698

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

Shades of Vivid Violet #7A1698

Tints of Vivid Violet #7A1698

Color information

#7A1698 (or 0x7A1698) is unknown color: approx Vivid Violet. HEX triplet: 7A, 16 and 98. RGB value is (122,22,152). Sum of RGB (Red+Green+Blue) = 122+22+152=296 (39% of max value = 765). Red value is 122 (48.05% from 255 or 41.22% from 296); Green value is 22 (8.98% from 255 or 7.43% from 296); Blue value is 152 (59.77% from 255 or 51.35% from 296); Max value from RGB is 152 - color contains mainly: blue. Hex color #7A1698 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A1698 is #85E967. Grayscale: #424242. Windows color (decimal): -8776040 or 9967226. OLE color: 9967226.

HSL color Cylindrical-coordinate representation of color #7A1698: hue angle of 286.15º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7A1698 is Cyan = 0.20, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB12222152-
CMYK0.200.8600.40
HSL286.15º74.71%34.12%-
HSV(B)286.15º85.53%59.61%-
XYZ13.986.9830.32-
YUV66.72176.13167.43-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 41.22%
GREEN value IS 22 (8.98% from 255) = 7.43%
BLUE value IS 152 (59.77% from 255) = 51.35%
R=41.22%
G=7.43%
B=51.35%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal122221520.200.8600.40286.1574.7134.12
Hex7A1698145602811e4b22
Octal172262302412605043611342
Binary1111010101101001100010100101011001010001000111101001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A1698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,22,152); }

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

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

 a { background-color: rgb(122,22,152); }

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

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

 span { border-color: rgb(122,22,152); }

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