Html Css Color HEX #7828DB Blue Violet

📋 copy color: '#7828DB'

red 120 ◦ green 40 ◦ blue 219

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

Shades of Blue Violet #7828DB

Tints of Blue Violet #7828DB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.55%

 BLUE value IS 219 (85.94% from 255) = 57.78%

R = 31.66%
G = 10.55%
B = 57.78%

CMYK

 C value IS 0.45

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7828DB (or 0x7828DB) is known color: Blue Violet. HEX triplet: 78, 28 and DB. RGB value is (120,40,219). Sum of RGB (Red+Green+Blue) = 120+40+219=379 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.66% from 379); Green value is 40 (16.02% from 255 or 10.55% from 379); Blue value is 219 (85.94% from 255 or 57.78% from 379); Max value from RGB is 219 - color contains mainly: blue. Hex color #7828DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7828DB is #87D724. Grayscale: #535353. Windows color (decimal): -8902437 or 14362744. OLE color: 14362744.

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

Color convert

RGB 120 40 219 -
CMYK 0.45 0.82 0 0.14
HSL 266.82º 0.71% 0.51% -
HSV(B) 266.82º 0.82% 0.86% -
XYZ 21.29 10.63 67.95 -
YUV 84.33 204 153.45 -
System Red Green Blue C M Y K H S L
Decimal 120 40 219 0.45 0.82 0 0.14 266.82 0.71 0.51
Hex 78 28 DB 2D 52 0 E 10B 47 33
Octal 170 50 333 55 122 0 16 413 107 63
Binary 1111000 101000 11011011 101101 1010010 0 1110 100001011 1000111 110011

Color Harmonies of #7828DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7828DB

Black with #7828DB

Text Example


Text Example

White with #7828DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7828DB; }

 p { color: rgb(120,40,219); }

 H1.HeaderClassName
 {
   color: #7828DB;
 }
 .AnyTagClassName
 {
   color: #7828DB;
 }
</style>

background-color css

<style>
 a { background-color: #7828DB; }

 a { background-color: rgb(120,40,219); }

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

border-color css

<style>
 span { border-color: #7828DB; }

 span { border-color: rgb(120,40,219); }

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