Html Css Color HEX #7706CE Dark Violet

📋 copy color: '#7706CE'

red 119 ◦ green 6 ◦ blue 206

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

Shades of Dark Violet #7706CE

Tints of Dark Violet #7706CE

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.81%

 BLUE value IS 206 (80.86% from 255) = 62.24%

R = 35.95%
G = 1.81%
B = 62.24%

CMYK

 C value IS 0.42

 M value IS 0.97

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7706CE (or 0x7706CE) is known color: Dark Violet. HEX triplet: 77, 06 and CE. RGB value is (119,6,206). Sum of RGB (Red+Green+Blue) = 119+6+206=331 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.95% from 331); Green value is 6 (2.73% from 255 or 1.81% from 331); Blue value is 206 (80.86% from 255 or 62.24% from 331); Max value from RGB is 206 - color contains mainly: blue. Hex color #7706CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7706CE is #88F931. Grayscale: #3D3D3D. Windows color (decimal): -8976690 or 13502071. OLE color: 13502071.

HSL color Cylindrical-coordinate representation of color #7706CE: hue angle of 273.9º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7706CE is Cyan = 0.42, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 119 6 206 -
CMYK 0.42 0.97 0 0.19
HSL 273.9º 0.94% 0.42% -
HSV(B) 273.9º 0.97% 0.81% -
XYZ 18.81 8.51 59.04 -
YUV 62.59 208.94 168.24 -
System Red Green Blue C M Y K H S L
Decimal 119 6 206 0.42 0.97 0 0.19 273.9 0.94 0.42
Hex 77 6 CE 2A 61 0 13 112 5E 2A
Octal 167 6 316 52 141 0 23 422 136 52
Binary 1110111 110 11001110 101010 1100001 0 10011 100010010 1011110 101010

Color Harmonies of #7706CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7706CE

Black with #7706CE

Text Example


Text Example

White with #7706CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7706CE; }

 p { color: rgb(119,6,206); }

 H1.HeaderClassName
 {
   color: #7706CE;
 }
 .AnyTagClassName
 {
   color: #7706CE;
 }
</style>

background-color css

<style>
 a { background-color: #7706CE; }

 a { background-color: rgb(119,6,206); }

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

border-color css

<style>
 span { border-color: #7706CE; }

 span { border-color: rgb(119,6,206); }

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