Html Css Color HEX #7716EA Blue Violet

📋 copy color: '#7716EA'

red 119 ◦ green 22 ◦ blue 234

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

Shades of Blue Violet #7716EA

Tints of Blue Violet #7716EA

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.87%

 BLUE value IS 234 (91.8% from 255) = 62.4%

R = 31.73%
G = 5.87%
B = 62.4%

CMYK

 C value IS 0.49

 M value IS 0.91

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7716EA (or 0x7716EA) is known color: Blue Violet. HEX triplet: 77, 16 and EA. RGB value is (119,22,234). Sum of RGB (Red+Green+Blue) = 119+22+234=375 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.73% from 375); Green value is 22 (8.98% from 255 or 5.87% from 375); Blue value is 234 (91.80% from 255 or 62.4% from 375); Max value from RGB is 234 - color contains mainly: blue. Hex color #7716EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7716EA is #88E915. Grayscale: #4A4A4A. Windows color (decimal): -8972566 or 15341175. OLE color: 15341175.

HSL color Cylindrical-coordinate representation of color #7716EA: hue angle of 267.45º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7716EA is Cyan = 0.49, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 119 22 234 -
CMYK 0.49 0.91 0 0.08
HSL 267.45º 0.83% 0.5% -
HSV(B) 267.45º 0.91% 0.92% -
XYZ 22.75 10.44 78.66 -
YUV 75.17 217.64 159.26 -
System Red Green Blue C M Y K H S L
Decimal 119 22 234 0.49 0.91 0 0.08 267.45 0.83 0.5
Hex 77 16 EA 31 5B 0 8 10B 53 32
Octal 167 26 352 61 133 0 10 413 123 62
Binary 1110111 10110 11101010 110001 1011011 0 1000 100001011 1010011 110010

Color Harmonies of #7716EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7716EA

Black with #7716EA

Text Example


Text Example

White with #7716EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7716EA; }

 p { color: rgb(119,22,234); }

 H1.HeaderClassName
 {
   color: #7716EA;
 }
 .AnyTagClassName
 {
   color: #7716EA;
 }
</style>

background-color css

<style>
 a { background-color: #7716EA; }

 a { background-color: rgb(119,22,234); }

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

border-color css

<style>
 span { border-color: #7716EA; }

 span { border-color: rgb(119,22,234); }

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