Html Css Color HEX #7629DC Blue Violet

📋 copy color: '#7629DC'

red 118 ◦ green 41 ◦ blue 220

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

Shades of Blue Violet #7629DC

Tints of Blue Violet #7629DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 58.05%

R = 31.13%
G = 10.82%
B = 58.05%

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

#7629DC (or 0x7629DC) is known color: Blue Violet. HEX triplet: 76, 29 and DC. RGB value is (118,41,220). Sum of RGB (Red+Green+Blue) = 118+41+220=379 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.13% from 379); Green value is 41 (16.41% from 255 or 10.82% from 379); Blue value is 220 (86.33% from 255 or 58.05% from 379); Max value from RGB is 220 - color contains mainly: blue. Hex color #7629DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7629DC is #89D623. Grayscale: #535353. Windows color (decimal): -9033252 or 14428534. OLE color: 14428534.

HSL color Cylindrical-coordinate representation of color #7629DC: hue angle of 265.81º degrees, saturation: 0.72, 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 #7629DC is Cyan = 0.46, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 118 41 220 -
CMYK 0.46 0.81 0 0.14
HSL 265.81º 0.72% 0.51% -
HSV(B) 265.81º 0.81% 0.86% -
XYZ 21.18 10.6 68.64 -
YUV 84.43 204.51 151.95 -
System Red Green Blue C M Y K H S L
Decimal 118 41 220 0.46 0.81 0 0.14 265.81 0.72 0.51
Hex 76 29 DC 2E 51 0 E 10A 48 33
Octal 166 51 334 56 121 0 16 412 110 63
Binary 1110110 101001 11011100 101110 1010001 0 1110 100001010 1001000 110011

Color Harmonies of #7629DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7629DC

Black with #7629DC

Text Example


Text Example

White with #7629DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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