Html Css Color HEX #7700CE Dark Violet

📋 copy color: '#7700CE'

red 119 ◦ green 0 ◦ blue 206

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

Shades of Dark Violet #7700CE

Tints of Dark Violet #7700CE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 36.62%
G = 0%
B = 63.38%

CMYK

 C value IS 0.42

 M value IS 1

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7700CE (or 0x7700CE) is known color: Dark Violet. HEX triplet: 77, 00 and CE. RGB value is (119,0,206). Sum of RGB (Red+Green+Blue) = 119+0+206=325 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.62% from 325); Green value is 0 (0.39% from 255 or 0% from 325); Blue value is 206 (80.86% from 255 or 63.38% from 325); Max value from RGB is 206 - color contains mainly: blue. Hex color #7700CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7700CE is #88FF31. Grayscale: #3A3A3A. Windows color (decimal): -8978226 or 13500535. OLE color: 13500535.

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

Color convert

RGB 119 0 206 -
CMYK 0.42 1 0 0.19
HSL 274.66º 1% 0.4% -
HSV(B) 274.66º 1% 0.81% -
XYZ 18.75 8.38 59.02 -
YUV 59.07 210.92 170.75 -
System Red Green Blue C M Y K H S L
Decimal 119 0 206 0.42 1 0 0.19 274.66 1 0.4
Hex 77 0 CE 2A 64 0 13 113 64 28
Octal 167 0 316 52 144 0 23 423 144 50
Binary 1110111 0 11001110 101010 1100100 0 10011 100010011 1100100 101000

Color Harmonies of #7700CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7700CE

Black with #7700CE

Text Example


Text Example

White with #7700CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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