#790EBE

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

Shades of Dark Violet #790EBE

Tints of Dark Violet #790EBE

Color information

#790EBE (or 0x790EBE) is unknown color: approx Dark Violet. HEX triplet: 79, 0E and BE. RGB value is (121,14,190). Sum of RGB (Red+Green+Blue) = 121+14+190=325 (43% of max value = 765). Red value is 121 (47.66% from 255 or 37.23% from 325); Green value is 14 (5.86% from 255 or 4.31% from 325); Blue value is 190 (74.61% from 255 or 58.46% from 325); Max value from RGB is 190 - color contains mainly: blue. Hex color #790EBE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #790EBE is #86F141. Grayscale: #414141. Windows color (decimal): -8843586 or 12455545. OLE color: 12455545.

HSL color Cylindrical-coordinate representation of color #790EBE: hue angle of 276.48º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #790EBE is Cyan = 0.36, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12114190-
CMYK0.360.9300.25
HSL276.48º86.27%40%-
HSV(B)276.48º92.63%74.51%-
XYZ17.348.149.36-
YUV66.06197.95167.19-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.23%
GREEN value IS 14 (5.86% from 255) = 4.31%
BLUE value IS 190 (74.61% from 255) = 58.46%
R=37.23%
G=4.31%
B=58.46%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal121141900.360.9300.25276.4886.2740
Hex79EBE245D0191145628
Octal171162764413503142412650
Binary111100111101011111010010010111010110011000101001010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790EBE; }

 p { color: rgb(121,14,190); }

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

<style>
 a { background-color: #790EBE; }

 a { background-color: rgb(121,14,190); }

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

<style>
 span { border-color: #790EBE; }

 span { border-color: rgb(121,14,190); }

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