Html Css Color HEX #7717D6 Blue Violet

📋 copy color: '#7717D6'

red 119 ◦ green 23 ◦ blue 214

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

Shades of Blue Violet #7717D6

Tints of Blue Violet #7717D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 60.11%

R = 33.43%
G = 6.46%
B = 60.11%

CMYK

 C value IS 0.44

 M value IS 0.89

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7717D6 (or 0x7717D6) is known color: Blue Violet. HEX triplet: 77, 17 and D6. RGB value is (119,23,214). Sum of RGB (Red+Green+Blue) = 119+23+214=356 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.43% from 356); Green value is 23 (9.38% from 255 or 6.46% from 356); Blue value is 214 (83.98% from 255 or 60.11% from 356); Max value from RGB is 214 - color contains mainly: blue. Hex color #7717D6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7717D6 is #88E829. Grayscale: #484848. Windows color (decimal): -8972330 or 14030711. OLE color: 14030711.

HSL color Cylindrical-coordinate representation of color #7717D6: hue angle of 270.16º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7717D6 is Cyan = 0.44, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 119 23 214 -
CMYK 0.44 0.89 0 0.16
HSL 270.16º 0.81% 0.46% -
HSV(B) 270.16º 0.89% 0.84% -
XYZ 20.05 9.39 64.37 -
YUV 73.48 207.3 160.47 -
System Red Green Blue C M Y K H S L
Decimal 119 23 214 0.44 0.89 0 0.16 270.16 0.81 0.46
Hex 77 17 D6 2C 59 0 10 10E 51 2E
Octal 167 27 326 54 131 0 20 416 121 56
Binary 1110111 10111 11010110 101100 1011001 0 10000 100001110 1010001 101110

Color Harmonies of #7717D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7717D6

Black with #7717D6

Text Example


Text Example

White with #7717D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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