Html Css Color HEX #7629D5 Blue Violet

📋 copy color: '#7629D5'

red 118 ◦ green 41 ◦ blue 213

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

Shades of Blue Violet #7629D5

Tints of Blue Violet #7629D5

RGB

 RED value IS 118 (46.48% from 255) = 31.72%

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

 BLUE value IS 213 (83.59% from 255) = 57.26%

R = 31.72%
G = 11.02%
B = 57.26%

CMYK

 C value IS 0.45

 M value IS 0.81

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7629D5 (or 0x7629D5) is known color: Blue Violet. HEX triplet: 76, 29 and D5. RGB value is (118,41,213). Sum of RGB (Red+Green+Blue) = 118+41+213=372 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.72% from 372); Green value is 41 (16.41% from 255 or 11.02% from 372); Blue value is 213 (83.59% from 255 or 57.26% from 372); Max value from RGB is 213 - color contains mainly: blue. Hex color #7629D5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7629D5 is #89D62A. Grayscale: #535353. Windows color (decimal): -9033259 or 13969782. OLE color: 13969782.

HSL color Cylindrical-coordinate representation of color #7629D5: hue angle of 266.86º 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 #7629D5 is Cyan = 0.45, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 118 41 213 -
CMYK 0.45 0.81 0 0.16
HSL 266.86º 0.68% 0.5% -
HSV(B) 266.86º 0.81% 0.84% -
XYZ 20.27 10.24 63.86 -
YUV 83.63 201.01 152.51 -
System Red Green Blue C M Y K H S L
Decimal 118 41 213 0.45 0.81 0 0.16 266.86 0.68 0.5
Hex 76 29 D5 2D 51 0 10 10B 44 32
Octal 166 51 325 55 121 0 20 413 104 62
Binary 1110110 101001 11010101 101101 1010001 0 10000 100001011 1000100 110010

Color Harmonies of #7629D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7629D5

Black with #7629D5

Text Example


Text Example

White with #7629D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7629D5; }

 p { color: rgb(118,41,213); }

 H1.HeaderClassName
 {
   color: #7629D5;
 }
 .AnyTagClassName
 {
   color: #7629D5;
 }
</style>

background-color css

<style>
 a { background-color: #7629D5; }

 a { background-color: rgb(118,41,213); }

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

border-color css

<style>
 span { border-color: #7629D5; }

 span { border-color: rgb(118,41,213); }

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