Html Css Color HEX #7429EA Blue Violet

📋 copy color: '#7429EA'

red 116 ◦ green 41 ◦ blue 234

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

Shades of Blue Violet #7429EA

Tints of Blue Violet #7429EA

RGB

 RED value IS 116 (45.7% from 255) = 29.67%

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

 BLUE value IS 234 (91.8% from 255) = 59.85%

R = 29.67%
G = 10.49%
B = 59.85%

CMYK

 C value IS 0.50

 M value IS 0.82

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7429EA (or 0x7429EA) is known color: Blue Violet. HEX triplet: 74, 29 and EA. RGB value is (116,41,234). Sum of RGB (Red+Green+Blue) = 116+41+234=391 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.67% from 391); Green value is 41 (16.41% from 255 or 10.49% from 391); Blue value is 234 (91.80% from 255 or 59.85% from 391); Max value from RGB is 234 - color contains mainly: blue. Hex color #7429EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7429EA is #8BD615. Grayscale: #545454. Windows color (decimal): -9164310 or 15346036. OLE color: 15346036.

HSL color Cylindrical-coordinate representation of color #7429EA: hue angle of 263.32º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7429EA is Cyan = 0.50, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 116 41 234 -
CMYK 0.50 0.82 0 0.08
HSL 263.32º 0.82% 0.54% -
HSV(B) 263.32º 0.82% 0.92% -
XYZ 22.85 11.24 78.81 -
YUV 85.43 211.85 149.81 -
System Red Green Blue C M Y K H S L
Decimal 116 41 234 0.50 0.82 0 0.08 263.32 0.82 0.54
Hex 74 29 EA 32 52 0 8 107 52 36
Octal 164 51 352 62 122 0 10 407 122 66
Binary 1110100 101001 11101010 110010 1010010 0 1000 100000111 1010010 110110

Color Harmonies of #7429EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7429EA

Black with #7429EA

Text Example


Text Example

White with #7429EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7429EA; }

 p { color: rgb(116,41,234); }

 H1.HeaderClassName
 {
   color: #7429EA;
 }
 .AnyTagClassName
 {
   color: #7429EA;
 }
</style>

background-color css

<style>
 a { background-color: #7429EA; }

 a { background-color: rgb(116,41,234); }

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

border-color css

<style>
 span { border-color: #7429EA; }

 span { border-color: rgb(116,41,234); }

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