#7A0EBE

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

Shades of Dark Violet #7A0EBE

Tints of Dark Violet #7A0EBE

Color information

#7A0EBE (or 0x7A0EBE) is unknown color: approx Dark Violet. HEX triplet: 7A, 0E and BE. RGB value is (122,14,190). Sum of RGB (Red+Green+Blue) = 122+14+190=326 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.42% from 326); Green value is 14 (5.86% from 255 or 4.29% from 326); Blue value is 190 (74.61% from 255 or 58.28% from 326); Max value from RGB is 190 - color contains mainly: blue. Hex color #7A0EBE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A0EBE is #85F141. Grayscale: #414141. Windows color (decimal): -8778050 or 12455546. OLE color: 12455546.

HSL color Cylindrical-coordinate representation of color #7A0EBE: hue angle of 276.82º 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 #7A0EBE is Cyan = 0.36, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12214190-
CMYK0.360.9300.25
HSL276.82º86.27%40%-
HSV(B)276.82º92.63%74.51%-
XYZ17.488.1749.37-
YUV66.36197.78167.69-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 37.42%
GREEN value IS 14 (5.86% from 255) = 4.29%
BLUE value IS 190 (74.61% from 255) = 58.28%
R=37.42%
G=4.29%
B=58.28%

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
Decimal122141900.360.9300.25276.8286.2740
Hex7AEBE245D0191155628
Octal172162764413503142512650
Binary111101011101011111010010010111010110011000101011010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A0EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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