Html Css Color HEX #7429EF Blue Violet

📋 copy color: '#7429EF'

red 116 ◦ green 41 ◦ blue 239

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

Shades of Blue Violet #7429EF

Tints of Blue Violet #7429EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 60.35%

R = 29.29%
G = 10.35%
B = 60.35%

CMYK

 C value IS 0.51

 M value IS 0.83

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7429EF (or 0x7429EF) is known color: Blue Violet. HEX triplet: 74, 29 and EF. RGB value is (116,41,239). Sum of RGB (Red+Green+Blue) = 116+41+239=396 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.29% from 396); Green value is 41 (16.41% from 255 or 10.35% from 396); Blue value is 239 (93.75% from 255 or 60.35% from 396); Max value from RGB is 239 - color contains mainly: blue. Hex color #7429EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7429EF is #8BD610. Grayscale: #555555. Windows color (decimal): -9164305 or 15673716. OLE color: 15673716.

HSL color Cylindrical-coordinate representation of color #7429EF: hue angle of 262.73º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7429EF is Cyan = 0.51, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 116 41 239 -
CMYK 0.51 0.83 0 0.06
HSL 262.73º 0.86% 0.55% -
HSV(B) 262.73º 0.83% 0.94% -
XYZ 23.58 11.53 82.64 -
YUV 86 214.35 149.4 -
System Red Green Blue C M Y K H S L
Decimal 116 41 239 0.51 0.83 0 0.06 262.73 0.86 0.55
Hex 74 29 EF 33 53 0 6 107 56 37
Octal 164 51 357 63 123 0 6 407 126 67
Binary 1110100 101001 11101111 110011 1010011 0 110 100000111 1010110 110111

Color Harmonies of #7429EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7429EF

Black with #7429EF

Text Example


Text Example

White with #7429EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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