#7808AD

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

Shades of Dark Violet #7808AD

Tints of Dark Violet #7808AD

Color information

#7808AD (or 0x7808AD) is unknown color: approx Dark Violet. HEX triplet: 78, 08 and AD. RGB value is (120,8,173). Sum of RGB (Red+Green+Blue) = 120+8+173=301 (39% of max value = 765). Red value is 120 (47.27% from 255 or 39.87% from 301); Green value is 8 (3.52% from 255 or 2.66% from 301); Blue value is 173 (67.97% from 255 or 57.48% from 301); Max value from RGB is 173 - color contains mainly: blue. Hex color #7808AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7808AD is #87F752. Grayscale: #3B3B3B. Windows color (decimal): -8910675 or 11339896. OLE color: 11339896.

HSL color Cylindrical-coordinate representation of color #7808AD: hue angle of 280.73º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7808AD is Cyan = 0.31, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1208173-
CMYK0.310.9500.32
HSL280.73º91.16%35.49%-
HSV(B)280.73º95.38%67.84%-
XYZ15.387.1840.11-
YUV60.3191.61170.58-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 39.87%
GREEN value IS 8 (3.52% from 255) = 2.66%
BLUE value IS 173 (67.97% from 255) = 57.48%
R=39.87%
G=2.66%
B=57.48%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal12081730.310.9500.32280.7391.1635.49
Hex788AD1F5F0201195b23
Octal170102553713704043113343
Binary111100010001010110111111101111101000001000110011011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7808AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7808AD; }

 p { color: rgb(120,8,173); }

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

<style>
 a { background-color: #7808AD; }

 a { background-color: rgb(120,8,173); }

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

<style>
 span { border-color: #7808AD; }

 span { border-color: rgb(120,8,173); }

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