Html Css Color HEX #7629EF Blue Violet

📋 copy color: '#7629EF'

red 118 ◦ green 41 ◦ blue 239

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

Shades of Blue Violet #7629EF

Tints of Blue Violet #7629EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 60.05%

R = 29.65%
G = 10.3%
B = 60.05%

CMYK

 C value IS 0.51

 M value IS 0.83

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7629EF (or 0x7629EF) is known color: Blue Violet. HEX triplet: 76, 29 and EF. RGB value is (118,41,239). Sum of RGB (Red+Green+Blue) = 118+41+239=398 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.65% from 398); Green value is 41 (16.41% from 255 or 10.30% from 398); Blue value is 239 (93.75% from 255 or 60.05% from 398); Max value from RGB is 239 - color contains mainly: blue. Hex color #7629EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7629EF is #89D610. Grayscale: #555555. Windows color (decimal): -9033233 or 15673718. OLE color: 15673718.

HSL color Cylindrical-coordinate representation of color #7629EF: hue angle of 263.33º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7629EF is Cyan = 0.51, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 118 41 239 -
CMYK 0.51 0.83 0 0.06
HSL 263.33º 0.86% 0.55% -
HSV(B) 263.33º 0.83% 0.94% -
XYZ 23.84 11.67 82.66 -
YUV 86.6 214.01 150.4 -
System Red Green Blue C M Y K H S L
Decimal 118 41 239 0.51 0.83 0 0.06 263.33 0.86 0.55
Hex 76 29 EF 33 53 0 6 107 56 37
Octal 166 51 357 63 123 0 6 407 126 67
Binary 1110110 101001 11101111 110011 1010011 0 110 100000111 1010110 110111

Color Harmonies of #7629EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7629EF

Black with #7629EF

Text Example


Text Example

White with #7629EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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