#7A09C2

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

Shades of Dark Violet #7A09C2

Tints of Dark Violet #7A09C2

Color information

#7A09C2 (or 0x7A09C2) is unknown color: approx Dark Violet. HEX triplet: 7A, 09 and C2. RGB value is (122,9,194). Sum of RGB (Red+Green+Blue) = 122+9+194=325 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.54% from 325); Green value is 9 (3.91% from 255 or 2.77% from 325); Blue value is 194 (76.17% from 255 or 59.69% from 325); Max value from RGB is 194 - color contains mainly: blue. Hex color #7A09C2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A09C2 is #85F63D. Grayscale: #3F3F3F. Windows color (decimal): -8779326 or 12716410. OLE color: 12716410.

HSL color Cylindrical-coordinate representation of color #7A09C2: hue angle of 276.65º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7A09C2 is Cyan = 0.37, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB1229194-
CMYK0.370.9500.24
HSL276.65º91.13%39.8%-
HSV(B)276.65º95.36%76.08%-
XYZ17.868.2351.69-
YUV63.88201.44169.46-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 37.54%
GREEN value IS 9 (3.91% from 255) = 2.77%
BLUE value IS 194 (76.17% from 255) = 59.69%
R=37.54%
G=2.77%
B=59.69%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal12291940.370.9500.24276.6591.1339.8
Hex7A9C2255F0181155b28
Octal172113024513703042513350
Binary111101010011100001010010110111110110001000101011011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A09C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,9,194); }

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

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

 a { background-color: rgb(122,9,194); }

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

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

 span { border-color: rgb(122,9,194); }

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