Html Css Color HEX #7E29DF Blue Violet

📋 copy color: '#7E29DF'

red 126 ◦ green 41 ◦ blue 223

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

Shades of Blue Violet #7E29DF

Tints of Blue Violet #7E29DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 57.18%

R = 32.31%
G = 10.51%
B = 57.18%

CMYK

 C value IS 0.43

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7E29DF (or 0x7E29DF) is known color: Blue Violet. HEX triplet: 7E, 29 and DF. RGB value is (126,41,223). Sum of RGB (Red+Green+Blue) = 126+41+223=390 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.31% from 390); Green value is 41 (16.41% from 255 or 10.51% from 390); Blue value is 223 (87.5% from 255 or 57.18% from 390); Max value from RGB is 223 - color contains mainly: blue. Hex color #7E29DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E29DF is #81D620. Grayscale: #565656. Windows color (decimal): -8508961 or 14625150. OLE color: 14625150.

HSL color Cylindrical-coordinate representation of color #7E29DF: hue angle of 268.02º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7E29DF is Cyan = 0.43, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 126 41 223 -
CMYK 0.43 0.82 0 0.13
HSL 268.02º 0.74% 0.52% -
HSV(B) 268.02º 0.82% 0.87% -
XYZ 22.72 11.35 70.81 -
YUV 87.16 204.66 155.7 -
System Red Green Blue C M Y K H S L
Decimal 126 41 223 0.43 0.82 0 0.13 268.02 0.74 0.52
Hex 7E 29 DF 2B 52 0 D 10C 4A 34
Octal 176 51 337 53 122 0 15 414 112 64
Binary 1111110 101001 11011111 101011 1010010 0 1101 100001100 1001010 110100

Color Harmonies of #7E29DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E29DF

Black with #7E29DF

Text Example


Text Example

White with #7E29DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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