Html Css Color HEX #7717DB Blue Violet

📋 copy color: '#7717DB'

red 119 ◦ green 23 ◦ blue 219

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

Shades of Blue Violet #7717DB

Tints of Blue Violet #7717DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 60.66%

R = 32.96%
G = 6.37%
B = 60.66%

CMYK

 C value IS 0.46

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7717DB (or 0x7717DB) is known color: Blue Violet. HEX triplet: 77, 17 and DB. RGB value is (119,23,219). Sum of RGB (Red+Green+Blue) = 119+23+219=361 (47% of max value = 765). Red value is 119 (46.88% from 255 or 32.96% from 361); Green value is 23 (9.38% from 255 or 6.37% from 361); Blue value is 219 (85.94% from 255 or 60.66% from 361); Max value from RGB is 219 - color contains mainly: blue. Hex color #7717DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7717DB is #88E824. Grayscale: #494949. Windows color (decimal): -8972325 or 14358391. OLE color: 14358391.

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

Color convert

RGB 119 23 219 -
CMYK 0.46 0.89 0 0.14
HSL 269.39º 0.81% 0.47% -
HSV(B) 269.39º 0.89% 0.86% -
XYZ 20.7 9.65 67.79 -
YUV 74.05 209.8 160.06 -
System Red Green Blue C M Y K H S L
Decimal 119 23 219 0.46 0.89 0 0.14 269.39 0.81 0.47
Hex 77 17 DB 2E 59 0 E 10D 51 2F
Octal 167 27 333 56 131 0 16 415 121 57
Binary 1110111 10111 11011011 101110 1011001 0 1110 100001101 1010001 101111

Color Harmonies of #7717DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7717DB

Black with #7717DB

Text Example


Text Example

White with #7717DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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