Html Css Color HEX #7719D6 Blue Violet

📋 copy color: '#7719D6'

red 119 ◦ green 25 ◦ blue 214

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

Shades of Blue Violet #7719D6

Tints of Blue Violet #7719D6

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.98%

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

R = 33.24%
G = 6.98%
B = 59.78%

CMYK

 C value IS 0.44

 M value IS 0.88

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7719D6 (or 0x7719D6) is known color: Blue Violet. HEX triplet: 77, 19 and D6. RGB value is (119,25,214). Sum of RGB (Red+Green+Blue) = 119+25+214=358 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.24% from 358); Green value is 25 (10.16% from 255 or 6.98% from 358); Blue value is 214 (83.98% from 255 or 59.78% from 358); Max value from RGB is 214 - color contains mainly: blue. Hex color #7719D6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7719D6 is #88E629. Grayscale: #494949. Windows color (decimal): -8971818 or 14031223. OLE color: 14031223.

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

Color convert

RGB 119 25 214 -
CMYK 0.44 0.88 0 0.16
HSL 269.84º 0.79% 0.47% -
HSV(B) 269.84º 0.88% 0.84% -
XYZ 20.09 9.47 64.39 -
YUV 74.65 206.64 159.63 -
System Red Green Blue C M Y K H S L
Decimal 119 25 214 0.44 0.88 0 0.16 269.84 0.79 0.47
Hex 77 19 D6 2C 58 0 10 10E 4F 2F
Octal 167 31 326 54 130 0 20 416 117 57
Binary 1110111 11001 11010110 101100 1011000 0 10000 100001110 1001111 101111

Color Harmonies of #7719D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7719D6

Black with #7719D6

Text Example


Text Example

White with #7719D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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