Html Css Color HEX #7820E5 Blue Violet

📋 copy color: '#7820E5'

red 120 ◦ green 32 ◦ blue 229

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

Shades of Blue Violet #7820E5

Tints of Blue Violet #7820E5

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.4%

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

R = 31.5%
G = 8.4%
B = 60.1%

CMYK

 C value IS 0.48

 M value IS 0.86

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#7820E5 (or 0x7820E5) is known color: Blue Violet. HEX triplet: 78, 20 and E5. RGB value is (120,32,229). Sum of RGB (Red+Green+Blue) = 120+32+229=381 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.50% from 381); Green value is 32 (12.89% from 255 or 8.40% from 381); Blue value is 229 (89.84% from 255 or 60.10% from 381); Max value from RGB is 229 - color contains mainly: blue. Hex color #7820E5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7820E5 is #87DF1A. Grayscale: #505050. Windows color (decimal): -8904475 or 15016056. OLE color: 15016056.

HSL color Cylindrical-coordinate representation of color #7820E5: hue angle of 266.8º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7820E5 is Cyan = 0.48, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 120 32 229 -
CMYK 0.48 0.86 0 0.10
HSL 266.8º 0.79% 0.51% -
HSV(B) 266.8º 0.86% 0.9% -
XYZ 22.41 10.68 75.01 -
YUV 80.77 211.65 155.98 -
System Red Green Blue C M Y K H S L
Decimal 120 32 229 0.48 0.86 0 0.10 266.8 0.79 0.51
Hex 78 20 E5 30 56 0 A 10B 4F 33
Octal 170 40 345 60 126 0 12 413 117 63
Binary 1111000 100000 11100101 110000 1010110 0 1010 100001011 1001111 110011

Color Harmonies of #7820E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7820E5

Black with #7820E5

Text Example


Text Example

White with #7820E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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