Html Css Color HEX #7E29FF Blue Violet

📋 copy color: '#7E29FF'

red 126 ◦ green 41 ◦ blue 255

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

Shades of Blue Violet #7E29FF

Tints of Blue Violet #7E29FF

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.72%

 BLUE value IS 255 (100% from 255) = 60.43%

R = 29.86%
G = 9.72%
B = 60.43%

CMYK

 C value IS 0.51

 M value IS 0.84

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7E29FF (or 0x7E29FF) is known color: Blue Violet. HEX triplet: 7E, 29 and FF. RGB value is (126,41,255). Sum of RGB (Red+Green+Blue) = 126+41+255=422 (55% of max value = 765). Red value is 126 (49.61% from 255 or 29.86% from 422); Green value is 41 (16.41% from 255 or 9.72% from 422); Blue value is 255 (100% from 255 or 60.43% from 422); Max value from RGB is 255 - color contains mainly: blue. Hex color #7E29FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7E29FF is #81D600. Grayscale: #5A5A5A. Windows color (decimal): -8508929 or 16722302. OLE color: 16722302.

HSL color Cylindrical-coordinate representation of color #7E29FF: hue angle of 263.83º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7E29FF is Cyan = 0.51, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 126 41 255 -
CMYK 0.51 0.84 0 0
HSL 263.83º 1% 0.58% -
HSV(B) 263.83º 0.84% 1% -
XYZ 27.45 13.24 95.72 -
YUV 90.81 220.66 153.1 -
System Red Green Blue C M Y K H S L
Decimal 126 41 255 0.51 0.84 0 0 263.83 1 0.58
Hex 7E 29 FF 33 54 0 0 108 64 3A
Octal 176 51 377 63 124 0 0 410 144 72
Binary 1111110 101001 11111111 110011 1010100 0 0 100001000 1100100 111010

Color Harmonies of #7E29FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E29FF

Black with #7E29FF

Text Example


Text Example

White with #7E29FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,41,255); }

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

background-color css

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

 a { background-color: rgb(126,41,255); }

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

border-color css

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

 span { border-color: rgb(126,41,255); }

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