Html Css Color HEX #7E1FDB Blue Violet

📋 copy color: '#7E1FDB'

red 126 ◦ green 31 ◦ blue 219

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

Shades of Blue Violet #7E1FDB

Tints of Blue Violet #7E1FDB

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.24%

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

R = 33.51%
G = 8.24%
B = 58.24%

CMYK

 C value IS 0.42

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7E1FDB (or 0x7E1FDB) is known color: Blue Violet. HEX triplet: 7E, 1F and DB. RGB value is (126,31,219). Sum of RGB (Red+Green+Blue) = 126+31+219=376 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.51% from 376); Green value is 31 (12.5% from 255 or 8.24% from 376); Blue value is 219 (85.94% from 255 or 58.24% from 376); Max value from RGB is 219 - color contains mainly: blue. Hex color #7E1FDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E1FDB is #81E024. Grayscale: #505050. Windows color (decimal): -8511525 or 14360446. OLE color: 14360446.

HSL color Cylindrical-coordinate representation of color #7E1FDB: hue angle of 270.32º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7E1FDB is Cyan = 0.42, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 126 31 219 -
CMYK 0.42 0.86 0 0.14
HSL 270.32º 0.75% 0.49% -
HSV(B) 270.32º 0.86% 0.86% -
XYZ 21.88 10.53 67.9 -
YUV 80.84 205.97 160.21 -
System Red Green Blue C M Y K H S L
Decimal 126 31 219 0.42 0.86 0 0.14 270.32 0.75 0.49
Hex 7E 1F DB 2A 56 0 E 10E 4B 31
Octal 176 37 333 52 126 0 16 416 113 61
Binary 1111110 11111 11011011 101010 1010110 0 1110 100001110 1001011 110001

Color Harmonies of #7E1FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E1FDB

Black with #7E1FDB

Text Example


Text Example

White with #7E1FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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