Html Css Color HEX #7625E2 Blue Violet

📋 copy color: '#7625E2'

red 118 ◦ green 37 ◦ blue 226

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

Shades of Blue Violet #7625E2

Tints of Blue Violet #7625E2

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.71%

 BLUE value IS 226 (88.67% from 255) = 59.32%

R = 30.97%
G = 9.71%
B = 59.32%

CMYK

 C value IS 0.48

 M value IS 0.84

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#7625E2 (or 0x7625E2) is known color: Blue Violet. HEX triplet: 76, 25 and E2. RGB value is (118,37,226). Sum of RGB (Red+Green+Blue) = 118+37+226=381 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.97% from 381); Green value is 37 (14.84% from 255 or 9.71% from 381); Blue value is 226 (88.67% from 255 or 59.32% from 381); Max value from RGB is 226 - color contains mainly: blue. Hex color #7625E2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7625E2 is #89DA1D. Grayscale: #525252. Windows color (decimal): -9034270 or 14820726. OLE color: 14820726.

HSL color Cylindrical-coordinate representation of color #7625E2: hue angle of 265.71º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7625E2 is Cyan = 0.48, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 118 37 226 -
CMYK 0.48 0.84 0 0.11
HSL 265.71º 0.77% 0.52% -
HSV(B) 265.71º 0.84% 0.89% -
XYZ 21.86 10.67 72.86 -
YUV 82.77 208.84 153.13 -
System Red Green Blue C M Y K H S L
Decimal 118 37 226 0.48 0.84 0 0.11 265.71 0.77 0.52
Hex 76 25 E2 30 54 0 B 10A 4D 34
Octal 166 45 342 60 124 0 13 412 115 64
Binary 1110110 100101 11100010 110000 1010100 0 1011 100001010 1001101 110100

Color Harmonies of #7625E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7625E2

Black with #7625E2

Text Example


Text Example

White with #7625E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7625E2; }

 p { color: rgb(118,37,226); }

 H1.HeaderClassName
 {
   color: #7625E2;
 }
 .AnyTagClassName
 {
   color: #7625E2;
 }
</style>

background-color css

<style>
 a { background-color: #7625E2; }

 a { background-color: rgb(118,37,226); }

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

border-color css

<style>
 span { border-color: #7625E2; }

 span { border-color: rgb(118,37,226); }

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