#7708B4

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

Shades of Dark Violet #7708B4

Tints of Dark Violet #7708B4

Color information

#7708B4 (or 0x7708B4) is unknown color: approx Dark Violet. HEX triplet: 77, 08 and B4. RGB value is (119,8,180). Sum of RGB (Red+Green+Blue) = 119+8+180=307 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.76% from 307); Green value is 8 (3.52% from 255 or 2.61% from 307); Blue value is 180 (70.70% from 255 or 58.63% from 307); Max value from RGB is 180 - color contains mainly: blue. Hex color #7708B4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7708B4 is #88F74B. Grayscale: #3C3C3C. Windows color (decimal): -8976204 or 11798647. OLE color: 11798647.

HSL color Cylindrical-coordinate representation of color #7708B4: hue angle of 278.72º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7708B4 is Cyan = 0.34, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1198180-
CMYK0.340.9600.29
HSL278.72º91.49%36.86%-
HSV(B)278.72º95.56%70.59%-
XYZ15.937.3943.77-
YUV60.8195.27169.51-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.76%
GREEN value IS 8 (3.52% from 255) = 2.61%
BLUE value IS 180 (70.70% from 255) = 58.63%
R=38.76%
G=2.61%
B=58.63%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal11981800.340.9600.29278.7291.4936.86
Hex778B4226001D1175b25
Octal167102644214003542713345
Binary111011110001011010010001011000000111011000101111011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7708B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7708B4; }

 p { color: rgb(119,8,180); }

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

<style>
 a { background-color: #7708B4; }

 a { background-color: rgb(119,8,180); }

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

<style>
 span { border-color: #7708B4; }

 span { border-color: rgb(119,8,180); }

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