Html Css Color HEX #7E16DB Blue Violet

📋 copy color: '#7E16DB'

red 126 ◦ green 22 ◦ blue 219

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

Shades of Blue Violet #7E16DB

Tints of Blue Violet #7E16DB

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.99%

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

R = 34.33%
G = 5.99%
B = 59.67%

CMYK

 C value IS 0.42

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7E16DB (or 0x7E16DB) is known color: Blue Violet. HEX triplet: 7E, 16 and DB. RGB value is (126,22,219). Sum of RGB (Red+Green+Blue) = 126+22+219=367 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.33% from 367); Green value is 22 (8.98% from 255 or 5.99% from 367); Blue value is 219 (85.94% from 255 or 59.67% from 367); Max value from RGB is 219 - color contains mainly: blue. Hex color #7E16DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7E16DB is #81E924. Grayscale: #4A4A4A. Windows color (decimal): -8513829 or 14358142. OLE color: 14358142.

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

Color convert

RGB 126 22 219 -
CMYK 0.42 0.90 0 0.14
HSL 271.68º 0.82% 0.47% -
HSV(B) 271.68º 0.9% 0.86% -
XYZ 21.68 10.12 67.83 -
YUV 75.55 208.96 163.98 -
System Red Green Blue C M Y K H S L
Decimal 126 22 219 0.42 0.90 0 0.14 271.68 0.82 0.47
Hex 7E 16 DB 2A 5A 0 E 110 52 2F
Octal 176 26 333 52 132 0 16 420 122 57
Binary 1111110 10110 11011011 101010 1011010 0 1110 100010000 1010010 101111

Color Harmonies of #7E16DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E16DB

Black with #7E16DB

Text Example


Text Example

White with #7E16DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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