Html Css Color HEX #7E26DB Blue Violet

📋 copy color: '#7E26DB'

red 126 ◦ green 38 ◦ blue 219

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

Shades of Blue Violet #7E26DB

Tints of Blue Violet #7E26DB

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.92%

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

R = 32.9%
G = 9.92%
B = 57.18%

CMYK

 C value IS 0.42

 M value IS 0.83

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7E26DB (or 0x7E26DB) is known color: Blue Violet. HEX triplet: 7E, 26 and DB. RGB value is (126,38,219). Sum of RGB (Red+Green+Blue) = 126+38+219=383 (50% of max value = 765). Red value is 126 (49.61% from 255 or 32.90% from 383); Green value is 38 (15.23% from 255 or 9.92% from 383); Blue value is 219 (85.94% from 255 or 57.18% from 383); Max value from RGB is 219 - color contains mainly: blue. Hex color #7E26DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E26DB is #81D924. Grayscale: #545454. Windows color (decimal): -8509733 or 14362238. OLE color: 14362238.

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

Color convert

RGB 126 38 219 -
CMYK 0.42 0.83 0 0.14
HSL 269.17º 0.72% 0.5% -
HSV(B) 269.17º 0.83% 0.86% -
XYZ 22.08 10.94 67.96 -
YUV 84.95 203.65 157.28 -
System Red Green Blue C M Y K H S L
Decimal 126 38 219 0.42 0.83 0 0.14 269.17 0.72 0.5
Hex 7E 26 DB 2A 53 0 E 10D 48 32
Octal 176 46 333 52 123 0 16 415 110 62
Binary 1111110 100110 11011011 101010 1010011 0 1110 100001101 1001000 110010

Color Harmonies of #7E26DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E26DB

Black with #7E26DB

Text Example


Text Example

White with #7E26DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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