#7A07C5

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

Shades of Dark Violet #7A07C5

Tints of Dark Violet #7A07C5

Color information

#7A07C5 (or 0x7A07C5) is unknown color: approx Dark Violet. HEX triplet: 7A, 07 and C5. RGB value is (122,7,197). Sum of RGB (Red+Green+Blue) = 122+7+197=326 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.42% from 326); Green value is 7 (3.12% from 255 or 2.15% from 326); Blue value is 197 (77.34% from 255 or 60.43% from 326); Max value from RGB is 197 - color contains mainly: blue. Hex color #7A07C5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A07C5 is #85F83A. Grayscale: #3E3E3E. Windows color (decimal): -8779835 or 12912506. OLE color: 12912506.

HSL color Cylindrical-coordinate representation of color #7A07C5: hue angle of 276.32º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7A07C5 is Cyan = 0.38, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB1227197-
CMYK0.380.9600.23
HSL276.32º93.14%40%-
HSV(B)276.32º96.45%77.25%-
XYZ18.188.3253.47-
YUV63.04203.6170.05-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 37.42%
GREEN value IS 7 (3.12% from 255) = 2.15%
BLUE value IS 197 (77.34% from 255) = 60.43%
R=37.42%
G=2.15%
B=60.43%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal12271970.380.9600.23276.3293.1440
Hex7A7C526600171145d28
Octal17273054614002742413550
Binary11110101111100010110011011000000101111000101001011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A07C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,7,197); }

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

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

 a { background-color: rgb(122,7,197); }

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

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

 span { border-color: rgb(122,7,197); }

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