#7A08D7

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

Shades of Dark Violet #7A08D7

Tints of Dark Violet #7A08D7

Color information

#7A08D7 (or 0x7A08D7) is unknown color: approx Dark Violet. HEX triplet: 7A, 08 and D7. RGB value is (122,8,215). Sum of RGB (Red+Green+Blue) = 122+8+215=345 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.36% from 345); Green value is 8 (3.52% from 255 or 2.32% from 345); Blue value is 215 (84.38% from 255 or 62.32% from 345); Max value from RGB is 215 - color contains mainly: blue. Hex color #7A08D7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A08D7 is #85F728. Grayscale: #404040. Windows color (decimal): -8779561 or 14092410. OLE color: 14092410.

HSL color Cylindrical-coordinate representation of color #7A08D7: hue angle of 273.04º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7A08D7 is Cyan = 0.43, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB1228215-
CMYK0.430.9600.16
HSL273.04º92.83%43.73%-
HSV(B)273.04º96.28%84.31%-
XYZ20.389.2265-
YUV65.68212.27168.17-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 35.36%
GREEN value IS 8 (3.52% from 255) = 2.32%
BLUE value IS 215 (84.38% from 255) = 62.32%
R=35.36%
G=2.32%
B=62.32%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal12282150.430.9600.16273.0492.8343.73
Hex7A8D72B600101115d2c
Octal172103275314002042113554
Binary111101010001101011110101111000000100001000100011011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A08D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,8,215); }

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

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

 a { background-color: rgb(122,8,215); }

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

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

 span { border-color: rgb(122,8,215); }

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