Html Css Color HEX #7629FF Blue Violet

📋 copy color: '#7629FF'

red 118 ◦ green 41 ◦ blue 255

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

Shades of Blue Violet #7629FF

Tints of Blue Violet #7629FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 61.59%

R = 28.5%
G = 9.9%
B = 61.59%

CMYK

 C value IS 0.54

 M value IS 0.84

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7629FF (or 0x7629FF) is known color: Blue Violet. HEX triplet: 76, 29 and FF. RGB value is (118,41,255). Sum of RGB (Red+Green+Blue) = 118+41+255=414 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.50% from 414); Green value is 41 (16.41% from 255 or 9.90% from 414); Blue value is 255 (100% from 255 or 61.59% from 414); Max value from RGB is 255 - color contains mainly: blue. Hex color #7629FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7629FF is #89D600. Grayscale: #575757. Windows color (decimal): -9033217 or 16722294. OLE color: 16722294.

HSL color Cylindrical-coordinate representation of color #7629FF: hue angle of 261.59º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7629FF is Cyan = 0.54, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 118 41 255 -
CMYK 0.54 0.84 0 0
HSL 261.59º 1% 0.58% -
HSV(B) 261.59º 0.84% 1% -
XYZ 26.31 12.66 95.66 -
YUV 88.42 222.01 149.1 -
System Red Green Blue C M Y K H S L
Decimal 118 41 255 0.54 0.84 0 0 261.59 1 0.58
Hex 76 29 FF 36 54 0 0 106 64 3A
Octal 166 51 377 66 124 0 0 406 144 72
Binary 1110110 101001 11111111 110110 1010100 0 0 100000110 1100100 111010

Color Harmonies of #7629FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7629FF

Black with #7629FF

Text Example


Text Example

White with #7629FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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