Html Css Color HEX #7429D6 Blue Violet

📋 copy color: '#7429D6'

red 116 ◦ green 41 ◦ blue 214

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

Shades of Blue Violet #7429D6

Tints of Blue Violet #7429D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 57.68%

R = 31.27%
G = 11.05%
B = 57.68%

CMYK

 C value IS 0.46

 M value IS 0.81

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7429D6 (or 0x7429D6) is known color: Blue Violet. HEX triplet: 74, 29 and D6. RGB value is (116,41,214). Sum of RGB (Red+Green+Blue) = 116+41+214=371 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.27% from 371); Green value is 41 (16.41% from 255 or 11.05% from 371); Blue value is 214 (83.98% from 255 or 57.68% from 371); Max value from RGB is 214 - color contains mainly: blue. Hex color #7429D6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7429D6 is #8BD629. Grayscale: #525252. Windows color (decimal): -9164330 or 14035316. OLE color: 14035316.

HSL color Cylindrical-coordinate representation of color #7429D6: hue angle of 266.01º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7429D6 is Cyan = 0.46, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 116 41 214 -
CMYK 0.46 0.81 0 0.16
HSL 266.01º 0.68% 0.5% -
HSV(B) 266.01º 0.81% 0.84% -
XYZ 20.13 10.15 64.52 -
YUV 83.15 201.85 151.43 -
System Red Green Blue C M Y K H S L
Decimal 116 41 214 0.46 0.81 0 0.16 266.01 0.68 0.5
Hex 74 29 D6 2E 51 0 10 10A 44 32
Octal 164 51 326 56 121 0 20 412 104 62
Binary 1110100 101001 11010110 101110 1010001 0 10000 100001010 1000100 110010

Color Harmonies of #7429D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7429D6

Black with #7429D6

Text Example


Text Example

White with #7429D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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