#7906DE

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

Shades of Dark Violet #7906DE

Tints of Dark Violet #7906DE

Color information

#7906DE (or 0x7906DE) is unknown color: approx Dark Violet. HEX triplet: 79, 06 and DE. RGB value is (121,6,222). Sum of RGB (Red+Green+Blue) = 121+6+222=349 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.67% from 349); Green value is 6 (2.73% from 255 or 1.72% from 349); Blue value is 222 (87.11% from 255 or 63.61% from 349); Max value from RGB is 222 - color contains mainly: blue. Hex color #7906DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7906DE is #86F921. Grayscale: #404040. Windows color (decimal): -8845602 or 14550649. OLE color: 14550649.

HSL color Cylindrical-coordinate representation of color #7906DE: hue angle of 271.94º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7906DE is Cyan = 0.45, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB1216222-
CMYK0.450.9700.13
HSL271.94º94.74%44.71%-
HSV(B)271.94º97.3%87.06%-
XYZ21.149.4769.82-
YUV65.01216.6167.94-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.67%
GREEN value IS 6 (2.73% from 255) = 1.72%
BLUE value IS 222 (87.11% from 255) = 63.61%
R=34.67%
G=1.72%
B=63.61%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal12162220.450.9700.13271.9494.7444.71
Hex796DE2D610D1105f2d
Octal17163365514101542013755
Binary1111001110110111101011011100001011011000100001011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7906DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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