#7900af

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

Shades of Dark Violet #7900AF

Tints of Dark Violet #7900AF

Color information

#7900AF (or 0x7900AF) is unknown color: approx Dark Violet. HEX triplet: 79, 00 and AF. RGB value is (121,0,175). Sum of RGB (Red+Green+Blue) = 121+0+175=296 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.88% from 296); Green value is 0 (0.39% from 255 or 0% from 296); Blue value is 175 (68.75% from 255 or 59.12% from 296); Max value from RGB is 175 - color contains mainly: blue. Hex color #7900AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7900AF is #86FF50. Grayscale: #373737. Windows color (decimal): -8847185 or 11468921. OLE color: 11468921.

HSL color Cylindrical-coordinate representation of color #7900AF: hue angle of 281.49º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7900AF is Cyan = 0.31, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1210175-
CMYK0.31100.31
HSL281.49º100%34.31%-
HSV(B)281.49º100%68.63%-
XYZ15.627.1641.12-
YUV56.13195.09174.27-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 40.88%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 175 (68.75% from 255) = 59.12%
R=40.88%
G=0%
B=59.12%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal12101750.31100.31281.4910034.31
Hex790AF1F6401F1196422
Octal17102573714403743114442
Binary11110010101011111111111001000111111000110011100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7900af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7900af; }

 p { color: rgb(121,0,175); }

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

<style>
 a { background-color: #7900af; }

 a { background-color: rgb(121,0,175); }

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

<style>
 span { border-color: #7900af; }

 span { border-color: rgb(121,0,175); }

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