Html Css Color HEX #7816E6 Blue Violet

📋 copy color: '#7816E6'

red 120 ◦ green 22 ◦ blue 230

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

Shades of Blue Violet #7816E6

Tints of Blue Violet #7816E6

RGB

 RED value IS 120 (47.27% from 255) = 32.26%

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

 BLUE value IS 230 (90.23% from 255) = 61.83%

R = 32.26%
G = 5.91%
B = 61.83%

CMYK

 C value IS 0.48

 M value IS 0.90

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#7816E6 (or 0x7816E6) is known color: Blue Violet. HEX triplet: 78, 16 and E6. RGB value is (120,22,230). Sum of RGB (Red+Green+Blue) = 120+22+230=372 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.26% from 372); Green value is 22 (8.98% from 255 or 5.91% from 372); Blue value is 230 (90.23% from 255 or 61.83% from 372); Max value from RGB is 230 - color contains mainly: blue. Hex color #7816E6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7816E6 is #87E919. Grayscale: #4A4A4A. Windows color (decimal): -8907034 or 15079032. OLE color: 15079032.

HSL color Cylindrical-coordinate representation of color #7816E6: hue angle of 268.27º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7816E6 is Cyan = 0.48, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 120 22 230 -
CMYK 0.48 0.90 0 0.10
HSL 268.27º 0.83% 0.49% -
HSV(B) 268.27º 0.9% 0.9% -
XYZ 22.32 10.28 75.67 -
YUV 75.01 215.47 160.09 -
System Red Green Blue C M Y K H S L
Decimal 120 22 230 0.48 0.90 0 0.10 268.27 0.83 0.49
Hex 78 16 E6 30 5A 0 A 10C 53 31
Octal 170 26 346 60 132 0 12 414 123 61
Binary 1111000 10110 11100110 110000 1011010 0 1010 100001100 1010011 110001

Color Harmonies of #7816E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7816E6

Black with #7816E6

Text Example


Text Example

White with #7816E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7816E6; }

 p { color: rgb(120,22,230); }

 H1.HeaderClassName
 {
   color: #7816E6;
 }
 .AnyTagClassName
 {
   color: #7816E6;
 }
</style>

background-color css

<style>
 a { background-color: #7816E6; }

 a { background-color: rgb(120,22,230); }

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

border-color css

<style>
 span { border-color: #7816E6; }

 span { border-color: rgb(120,22,230); }

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