#7A0CB5

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

Shades of Dark Violet #7A0CB5

Tints of Dark Violet #7A0CB5

Color information

#7A0CB5 (or 0x7A0CB5) is unknown color: approx Dark Violet. HEX triplet: 7A, 0C and B5. RGB value is (122,12,181). Sum of RGB (Red+Green+Blue) = 122+12+181=315 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.73% from 315); Green value is 12 (5.08% from 255 or 3.81% from 315); Blue value is 181 (71.09% from 255 or 57.46% from 315); Max value from RGB is 181 - color contains mainly: blue. Hex color #7A0CB5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A0CB5 is #85F34A. Grayscale: #3F3F3F. Windows color (decimal): -8778571 or 11865210. OLE color: 11865210.

HSL color Cylindrical-coordinate representation of color #7A0CB5: hue angle of 279.05º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7A0CB5 is Cyan = 0.33, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB12212181-
CMYK0.330.9300.29
HSL279.05º87.56%37.84%-
HSV(B)279.05º93.37%70.98%-
XYZ16.57.7444.34-
YUV64.16193.94169.26-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 38.73%
GREEN value IS 12 (5.08% from 255) = 3.81%
BLUE value IS 181 (71.09% from 255) = 57.46%
R=38.73%
G=3.81%
B=57.46%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal122121810.330.9300.29279.0587.5637.84
Hex7ACB5215D01D1175826
Octal172142654113503542713046
Binary111101011001011010110000110111010111011000101111011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A0CB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,12,181); }

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

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

 a { background-color: rgb(122,12,181); }

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

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

 span { border-color: rgb(122,12,181); }

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