Html Css Color HEX #7629DB Blue Violet

📋 copy color: '#7629DB'

red 118 ◦ green 41 ◦ blue 219

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

Shades of Blue Violet #7629DB

Tints of Blue Violet #7629DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 57.94%

R = 31.22%
G = 10.85%
B = 57.94%

CMYK

 C value IS 0.46

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7629DB (or 0x7629DB) is known color: Blue Violet. HEX triplet: 76, 29 and DB. RGB value is (118,41,219). Sum of RGB (Red+Green+Blue) = 118+41+219=378 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.22% from 378); Green value is 41 (16.41% from 255 or 10.85% from 378); Blue value is 219 (85.94% from 255 or 57.94% from 378); Max value from RGB is 219 - color contains mainly: blue. Hex color #7629DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7629DB is #89D624. Grayscale: #535353. Windows color (decimal): -9033253 or 14362998. OLE color: 14362998.

HSL color Cylindrical-coordinate representation of color #7629DB: hue angle of 265.96º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7629DB is Cyan = 0.46, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 118 41 219 -
CMYK 0.46 0.81 0 0.14
HSL 265.96º 0.71% 0.51% -
HSV(B) 265.96º 0.81% 0.86% -
XYZ 21.05 10.55 67.95 -
YUV 84.32 204.01 152.03 -
System Red Green Blue C M Y K H S L
Decimal 118 41 219 0.46 0.81 0 0.14 265.96 0.71 0.51
Hex 76 29 DB 2E 51 0 E 10A 47 33
Octal 166 51 333 56 121 0 16 412 107 63
Binary 1110110 101001 11011011 101110 1010001 0 1110 100001010 1000111 110011

Color Harmonies of #7629DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7629DB

Black with #7629DB

Text Example


Text Example

White with #7629DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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