#7906AE

Color #7906AE Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #7906AE

Tints of Dark Violet #7906AE

Color information

#7906AE (or 0x7906AE) is unknown color: approx Dark Violet. HEX triplet: 79, 06 and AE. RGB value is (121,6,174). Sum of RGB (Red+Green+Blue) = 121+6+174=301 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.20% from 301); Green value is 6 (2.73% from 255 or 1.99% from 301); Blue value is 174 (68.36% from 255 or 57.81% from 301); Max value from RGB is 174 - color contains mainly: blue. Hex color #7906AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7906AE is #86F951. Grayscale: #3A3A3A. Windows color (decimal): -8845650 or 11404921. OLE color: 11404921.

HSL color Cylindrical-coordinate representation of color #7906AE: hue angle of 281.07º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7906AE is Cyan = 0.30, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1216174-
CMYK0.300.9700.32
HSL281.07º93.33%35.29%-
HSV(B)281.07º96.55%68.24%-
XYZ15.597.2540.62-
YUV59.54192.6171.84-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 40.20%
GREEN value IS 6 (2.73% from 255) = 1.99%
BLUE value IS 174 (68.36% from 255) = 57.81%
R=40.20%
G=1.99%
B=57.81%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal12161740.300.9700.32281.0793.3335.29
Hex796AE1E610201195d23
Octal17162563614104043113543
Binary11110011101010111011110110000101000001000110011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7906AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7906AE; }

 p { color: rgb(121,6,174); }

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

<style>
 a { background-color: #7906AE; }

 a { background-color: rgb(121,6,174); }

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

<style>
 span { border-color: #7906AE; }

 span { border-color: rgb(121,6,174); }

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