Html Css Color HEX #7831DC Blue Violet

📋 copy color: '#7831DC'

red 120 ◦ green 49 ◦ blue 220

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

Shades of Blue Violet #7831DC

Tints of Blue Violet #7831DC

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.6%

 BLUE value IS 220 (86.33% from 255) = 56.56%

R = 30.85%
G = 12.6%
B = 56.56%

CMYK

 C value IS 0.45

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7831DC (or 0x7831DC) is known color: Blue Violet. HEX triplet: 78, 31 and DC. RGB value is (120,49,220). Sum of RGB (Red+Green+Blue) = 120+49+220=389 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.85% from 389); Green value is 49 (19.53% from 255 or 12.60% from 389); Blue value is 220 (86.33% from 255 or 56.56% from 389); Max value from RGB is 220 - color contains mainly: blue. Hex color #7831DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7831DC is #87CE23. Grayscale: #595959. Windows color (decimal): -8900132 or 14430584. OLE color: 14430584.

HSL color Cylindrical-coordinate representation of color #7831DC: hue angle of 264.91º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7831DC is Cyan = 0.45, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 120 49 220 -
CMYK 0.45 0.78 0 0.14
HSL 264.91º 0.71% 0.53% -
HSV(B) 264.91º 0.78% 0.86% -
XYZ 21.76 11.36 68.76 -
YUV 89.72 201.52 149.6 -
System Red Green Blue C M Y K H S L
Decimal 120 49 220 0.45 0.78 0 0.14 264.91 0.71 0.53
Hex 78 31 DC 2D 4E 0 E 109 47 35
Octal 170 61 334 55 116 0 16 411 107 65
Binary 1111000 110001 11011100 101101 1001110 0 1110 100001001 1000111 110101

Color Harmonies of #7831DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7831DC

Black with #7831DC

Text Example


Text Example

White with #7831DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7831DC; }

 p { color: rgb(120,49,220); }

 H1.HeaderClassName
 {
   color: #7831DC;
 }
 .AnyTagClassName
 {
   color: #7831DC;
 }
</style>

background-color css

<style>
 a { background-color: #7831DC; }

 a { background-color: rgb(120,49,220); }

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

border-color css

<style>
 span { border-color: #7831DC; }

 span { border-color: rgb(120,49,220); }

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