Html Css Color HEX #7829DC Blue Violet

📋 copy color: '#7829DC'

red 120 ◦ green 41 ◦ blue 220

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

Shades of Blue Violet #7829DC

Tints of Blue Violet #7829DC

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.76%

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

R = 31.5%
G = 10.76%
B = 57.74%

CMYK

 C value IS 0.45

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7829DC (or 0x7829DC) is known color: Blue Violet. HEX triplet: 78, 29 and DC. RGB value is (120,41,220). Sum of RGB (Red+Green+Blue) = 120+41+220=381 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.50% from 381); Green value is 41 (16.41% from 255 or 10.76% from 381); Blue value is 220 (86.33% from 255 or 57.74% from 381); Max value from RGB is 220 - color contains mainly: blue. Hex color #7829DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7829DC is #87D623. Grayscale: #545454. Windows color (decimal): -8902180 or 14428536. OLE color: 14428536.

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

Color convert

RGB 120 41 220 -
CMYK 0.45 0.81 0 0.14
HSL 266.48º 0.72% 0.51% -
HSV(B) 266.48º 0.81% 0.86% -
XYZ 21.46 10.75 68.65 -
YUV 85.03 204.17 152.95 -
System Red Green Blue C M Y K H S L
Decimal 120 41 220 0.45 0.81 0 0.14 266.48 0.72 0.51
Hex 78 29 DC 2D 51 0 E 10A 48 33
Octal 170 51 334 55 121 0 16 412 110 63
Binary 1111000 101001 11011100 101101 1010001 0 1110 100001010 1001000 110011

Color Harmonies of #7829DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7829DC

Black with #7829DC

Text Example


Text Example

White with #7829DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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