Html Css Color HEX #7816E5 Blue Violet

📋 copy color: '#7816E5'

red 120 ◦ green 22 ◦ blue 229

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

Shades of Blue Violet #7816E5

Tints of Blue Violet #7816E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 61.73%

R = 32.35%
G = 5.93%
B = 61.73%

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

#7816E5 (or 0x7816E5) is known color: Blue Violet. HEX triplet: 78, 16 and E5. RGB value is (120,22,229). Sum of RGB (Red+Green+Blue) = 120+22+229=371 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.35% from 371); Green value is 22 (8.98% from 255 or 5.93% from 371); Blue value is 229 (89.84% from 255 or 61.73% from 371); Max value from RGB is 229 - color contains mainly: blue. Hex color #7816E5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7816E5 is #87E91A. Grayscale: #4A4A4A. Windows color (decimal): -8907035 or 15013496. OLE color: 15013496.

HSL color Cylindrical-coordinate representation of color #7816E5: hue angle of 268.41º degrees, saturation: 0.82, 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 #7816E5 is Cyan = 0.48, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 120 22 229 -
CMYK 0.48 0.90 0 0.10
HSL 268.41º 0.82% 0.49% -
HSV(B) 268.41º 0.9% 0.9% -
XYZ 22.18 10.22 74.93 -
YUV 74.9 214.97 160.17 -
System Red Green Blue C M Y K H S L
Decimal 120 22 229 0.48 0.90 0 0.10 268.41 0.82 0.49
Hex 78 16 E5 30 5A 0 A 10C 52 31
Octal 170 26 345 60 132 0 12 414 122 61
Binary 1111000 10110 11100101 110000 1011010 0 1010 100001100 1010010 110001

Color Harmonies of #7816E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7816E5

Black with #7816E5

Text Example


Text Example

White with #7816E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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