Html Css Color HEX #7707CC Dark Violet

📋 copy color: '#7707CC'

red 119 ◦ green 7 ◦ blue 204

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

Shades of Dark Violet #7707CC

Tints of Dark Violet #7707CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 61.82%

R = 36.06%
G = 2.12%
B = 61.82%

CMYK

 C value IS 0.42

 M value IS 0.97

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7707CC (or 0x7707CC) is known color: Dark Violet. HEX triplet: 77, 07 and CC. RGB value is (119,7,204). Sum of RGB (Red+Green+Blue) = 119+7+204=330 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.06% from 330); Green value is 7 (3.12% from 255 or 2.12% from 330); Blue value is 204 (80.08% from 255 or 61.82% from 330); Max value from RGB is 204 - color contains mainly: blue. Hex color #7707CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7707CC is #88F833. Grayscale: #3E3E3E. Windows color (decimal): -8976436 or 13371255. OLE color: 13371255.

HSL color Cylindrical-coordinate representation of color #7707CC: hue angle of 274.11º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7707CC is Cyan = 0.42, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 119 7 204 -
CMYK 0.42 0.97 0 0.2
HSL 274.11º 0.93% 0.41% -
HSV(B) 274.11º 0.97% 0.8% -
XYZ 18.58 8.43 57.78 -
YUV 62.95 207.61 167.98 -
System Red Green Blue C M Y K H S L
Decimal 119 7 204 0.42 0.97 0 0.2 274.11 0.93 0.41
Hex 77 7 CC 2A 61 0 14 112 5D 29
Octal 167 7 314 52 141 0 24 422 135 51
Binary 1110111 111 11001100 101010 1100001 0 10100 100010010 1011101 101001

Color Harmonies of #7707CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7707CC

Black with #7707CC

Text Example


Text Example

White with #7707CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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