Html Css Color HEX #7708C0 Dark Violet

📋 copy color: '#7708C0'

red 119 ◦ green 8 ◦ blue 192

#7708C0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #7708C0

Tints of Dark Violet #7708C0

RGB

 RED value IS 119 (46.88% from 255) = 37.3%

 GREEN value IS 8 (3.52% from 255) = 2.51%

 BLUE value IS 192 (75.39% from 255) = 60.19%

R = 37.3%
G = 2.51%
B = 60.19%

CMYK

 C value IS 0.38

 M value IS 0.96

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7708C0 (or 0x7708C0) is known color: Dark Violet. HEX triplet: 77, 08 and C0. RGB value is (119,8,192). Sum of RGB (Red+Green+Blue) = 119+8+192=319 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.30% from 319); Green value is 8 (3.52% from 255 or 2.51% from 319); Blue value is 192 (75.39% from 255 or 60.19% from 319); Max value from RGB is 192 - color contains mainly: blue. Hex color #7708C0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7708C0 is #88F73F. Grayscale: #3D3D3D. Windows color (decimal): -8976192 or 12585079. OLE color: 12585079.

HSL color Cylindrical-coordinate representation of color #7708C0: hue angle of 276.2º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7708C0 is Cyan = 0.38, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 119 8 192 -
CMYK 0.38 0.96 0 0.25
HSL 276.2º 0.92% 0.39% -
HSV(B) 276.2º 0.96% 0.75% -
XYZ 17.21 7.9 50.49 -
YUV 62.17 201.27 168.54 -
System Red Green Blue C M Y K H S L
Decimal 119 8 192 0.38 0.96 0 0.25 276.2 0.92 0.39
Hex 77 8 C0 26 60 0 19 114 5C 27
Octal 167 10 300 46 140 0 31 424 134 47
Binary 1110111 1000 11000000 100110 1100000 0 11001 100010100 1011100 100111

Color Harmonies of #7708C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7708C0

Black with #7708C0

Text Example


Text Example

White with #7708C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7708C0;
 }
 .AnyTagClassName
 {
   color: #7708C0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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