Html Css Color HEX #7E31DB Blue Violet

📋 copy color: '#7E31DB'

red 126 ◦ green 49 ◦ blue 219

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

Shades of Blue Violet #7E31DB

Tints of Blue Violet #7E31DB

RGB

 RED value IS 126 (49.61% from 255) = 31.98%

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

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

R = 31.98%
G = 12.44%
B = 55.58%

CMYK

 C value IS 0.42

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7E31DB (or 0x7E31DB) is known color: Blue Violet. HEX triplet: 7E, 31 and DB. RGB value is (126,49,219). Sum of RGB (Red+Green+Blue) = 126+49+219=394 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.98% from 394); Green value is 49 (19.53% from 255 or 12.44% from 394); Blue value is 219 (85.94% from 255 or 55.58% from 394); Max value from RGB is 219 - color contains mainly: blue. Hex color #7E31DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E31DB is #81CE24. Grayscale: #5A5A5A. Windows color (decimal): -8506917 or 14365054. OLE color: 14365054.

HSL color Cylindrical-coordinate representation of color #7E31DB: hue angle of 267.18º degrees, saturation: 0.7, 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 #7E31DB is Cyan = 0.42, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 126 49 219 -
CMYK 0.42 0.78 0 0.14
HSL 267.18º 0.7% 0.53% -
HSV(B) 267.18º 0.78% 0.86% -
XYZ 22.49 11.75 68.1 -
YUV 91.4 200.01 152.68 -
System Red Green Blue C M Y K H S L
Decimal 126 49 219 0.42 0.78 0 0.14 267.18 0.7 0.53
Hex 7E 31 DB 2A 4E 0 E 10B 46 35
Octal 176 61 333 52 116 0 16 413 106 65
Binary 1111110 110001 11011011 101010 1001110 0 1110 100001011 1000110 110101

Color Harmonies of #7E31DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E31DB

Black with #7E31DB

Text Example


Text Example

White with #7E31DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7E31DB; }

 p { color: rgb(126,49,219); }

 H1.HeaderClassName
 {
   color: #7E31DB;
 }
 .AnyTagClassName
 {
   color: #7E31DB;
 }
</style>

background-color css

<style>
 a { background-color: #7E31DB; }

 a { background-color: rgb(126,49,219); }

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

border-color css

<style>
 span { border-color: #7E31DB; }

 span { border-color: rgb(126,49,219); }

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