Html Css Color HEX #7717DC Blue Violet

📋 copy color: '#7717DC'

red 119 ◦ green 23 ◦ blue 220

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

Shades of Blue Violet #7717DC

Tints of Blue Violet #7717DC

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.35%

 BLUE value IS 220 (86.33% from 255) = 60.77%

R = 32.87%
G = 6.35%
B = 60.77%

CMYK

 C value IS 0.46

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7717DC (or 0x7717DC) is known color: Blue Violet. HEX triplet: 77, 17 and DC. RGB value is (119,23,220). Sum of RGB (Red+Green+Blue) = 119+23+220=362 (47% of max value = 765). Red value is 119 (46.88% from 255 or 32.87% from 362); Green value is 23 (9.38% from 255 or 6.35% from 362); Blue value is 220 (86.33% from 255 or 60.77% from 362); Max value from RGB is 220 - color contains mainly: blue. Hex color #7717DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7717DC is #88E823. Grayscale: #494949. Windows color (decimal): -8972324 or 14423927. OLE color: 14423927.

HSL color Cylindrical-coordinate representation of color #7717DC: hue angle of 269.24º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7717DC is Cyan = 0.46, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 119 23 220 -
CMYK 0.46 0.90 0 0.14
HSL 269.24º 0.81% 0.48% -
HSV(B) 269.24º 0.9% 0.86% -
XYZ 20.83 9.7 68.48 -
YUV 74.16 210.3 159.98 -
System Red Green Blue C M Y K H S L
Decimal 119 23 220 0.46 0.90 0 0.14 269.24 0.81 0.48
Hex 77 17 DC 2E 5A 0 E 10D 51 30
Octal 167 27 334 56 132 0 16 415 121 60
Binary 1110111 10111 11011100 101110 1011010 0 1110 100001101 1010001 110000

Color Harmonies of #7717DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7717DC

Black with #7717DC

Text Example


Text Example

White with #7717DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7717DC; }

 p { color: rgb(119,23,220); }

 H1.HeaderClassName
 {
   color: #7717DC;
 }
 .AnyTagClassName
 {
   color: #7717DC;
 }
</style>

background-color css

<style>
 a { background-color: #7717DC; }

 a { background-color: rgb(119,23,220); }

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

border-color css

<style>
 span { border-color: #7717DC; }

 span { border-color: rgb(119,23,220); }

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