Html Css Color HEX #7707CE Dark Violet

📋 copy color: '#7707CE'

red 119 ◦ green 7 ◦ blue 206

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

Shades of Dark Violet #7707CE

Tints of Dark Violet #7707CE

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.11%

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

R = 35.84%
G = 2.11%
B = 62.05%

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

#7707CE (or 0x7707CE) is known color: Dark Violet. HEX triplet: 77, 07 and CE. RGB value is (119,7,206). Sum of RGB (Red+Green+Blue) = 119+7+206=332 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.84% from 332); Green value is 7 (3.12% from 255 or 2.11% from 332); Blue value is 206 (80.86% from 255 or 62.05% from 332); Max value from RGB is 206 - color contains mainly: blue. Hex color #7707CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7707CE is #88F831. Grayscale: #3E3E3E. Windows color (decimal): -8976434 or 13502327. OLE color: 13502327.

HSL color Cylindrical-coordinate representation of color #7707CE: hue angle of 273.77º degrees, saturation: 0.93, 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 #7707CE is Cyan = 0.42, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 119 7 206 -
CMYK 0.42 0.97 0 0.19
HSL 273.77º 0.93% 0.42% -
HSV(B) 273.77º 0.97% 0.81% -
XYZ 18.82 8.53 59.05 -
YUV 63.17 208.61 167.82 -
System Red Green Blue C M Y K H S L
Decimal 119 7 206 0.42 0.97 0 0.19 273.77 0.93 0.42
Hex 77 7 CE 2A 61 0 13 112 5D 2A
Octal 167 7 316 52 141 0 23 422 135 52
Binary 1110111 111 11001110 101010 1100001 0 10011 100010010 1011101 101010

Color Harmonies of #7707CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7707CE

Black with #7707CE

Text Example


Text Example

White with #7707CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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