Html Css Color HEX #7827DB Blue Violet

📋 copy color: '#7827DB'

red 120 ◦ green 39 ◦ blue 219

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

Shades of Blue Violet #7827DB

Tints of Blue Violet #7827DB

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.32%

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

R = 31.75%
G = 10.32%
B = 57.94%

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

#7827DB (or 0x7827DB) is known color: Blue Violet. HEX triplet: 78, 27 and DB. RGB value is (120,39,219). Sum of RGB (Red+Green+Blue) = 120+39+219=378 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.75% from 378); Green value is 39 (15.62% from 255 or 10.32% from 378); Blue value is 219 (85.94% from 255 or 57.94% from 378); Max value from RGB is 219 - color contains mainly: blue. Hex color #7827DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7827DB is #87D824. Grayscale: #535353. Windows color (decimal): -8902693 or 14362488. OLE color: 14362488.

HSL color Cylindrical-coordinate representation of color #7827DB: hue angle of 267º 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 #7827DB is Cyan = 0.45, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 120 39 219 -
CMYK 0.45 0.82 0 0.14
HSL 267º 0.71% 0.51% -
HSV(B) 267º 0.82% 0.86% -
XYZ 21.26 10.56 67.94 -
YUV 83.74 204.34 153.86 -
System Red Green Blue C M Y K H S L
Decimal 120 39 219 0.45 0.82 0 0.14 267 0.71 0.51
Hex 78 27 DB 2D 52 0 E 10B 47 33
Octal 170 47 333 55 122 0 16 413 107 63
Binary 1111000 100111 11011011 101101 1010010 0 1110 100001011 1000111 110011

Color Harmonies of #7827DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7827DB

Black with #7827DB

Text Example


Text Example

White with #7827DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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