Html Css Color HEX #7629DF Blue Violet

📋 copy color: '#7629DF'

red 118 ◦ green 41 ◦ blue 223

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

Shades of Blue Violet #7629DF

Tints of Blue Violet #7629DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 58.38%

R = 30.89%
G = 10.73%
B = 58.38%

CMYK

 C value IS 0.47

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7629DF (or 0x7629DF) is known color: Blue Violet. HEX triplet: 76, 29 and DF. RGB value is (118,41,223). Sum of RGB (Red+Green+Blue) = 118+41+223=382 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.89% from 382); Green value is 41 (16.41% from 255 or 10.73% from 382); Blue value is 223 (87.5% from 255 or 58.38% from 382); Max value from RGB is 223 - color contains mainly: blue. Hex color #7629DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7629DF is #89D620. Grayscale: #545454. Windows color (decimal): -9033249 or 14625142. OLE color: 14625142.

HSL color Cylindrical-coordinate representation of color #7629DF: hue angle of 265.38º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7629DF is Cyan = 0.47, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 118 41 223 -
CMYK 0.47 0.82 0 0.13
HSL 265.38º 0.74% 0.52% -
HSV(B) 265.38º 0.82% 0.87% -
XYZ 21.58 10.77 70.75 -
YUV 84.77 206.01 151.7 -
System Red Green Blue C M Y K H S L
Decimal 118 41 223 0.47 0.82 0 0.13 265.38 0.74 0.52
Hex 76 29 DF 2F 52 0 D 109 4A 34
Octal 166 51 337 57 122 0 15 411 112 64
Binary 1110110 101001 11011111 101111 1010010 0 1101 100001001 1001010 110100

Color Harmonies of #7629DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7629DF

Black with #7629DF

Text Example


Text Example

White with #7629DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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