Html Css Color HEX #7625EA Blue Violet

📋 copy color: '#7625EA'

red 118 ◦ green 37 ◦ blue 234

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

Shades of Blue Violet #7625EA

Tints of Blue Violet #7625EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 60.15%

R = 30.33%
G = 9.51%
B = 60.15%

CMYK

 C value IS 0.50

 M value IS 0.84

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7625EA (or 0x7625EA) is known color: Blue Violet. HEX triplet: 76, 25 and EA. RGB value is (118,37,234). Sum of RGB (Red+Green+Blue) = 118+37+234=389 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.33% from 389); Green value is 37 (14.84% from 255 or 9.51% from 389); Blue value is 234 (91.80% from 255 or 60.15% from 389); Max value from RGB is 234 - color contains mainly: blue. Hex color #7625EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7625EA is #89DA15. Grayscale: #525252. Windows color (decimal): -9034262 or 15345014. OLE color: 15345014.

HSL color Cylindrical-coordinate representation of color #7625EA: hue angle of 264.67º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7625EA is Cyan = 0.50, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 118 37 234 -
CMYK 0.50 0.84 0 0.08
HSL 264.67º 0.82% 0.53% -
HSV(B) 264.67º 0.84% 0.92% -
XYZ 22.98 11.12 78.78 -
YUV 83.68 212.84 152.48 -
System Red Green Blue C M Y K H S L
Decimal 118 37 234 0.50 0.84 0 0.08 264.67 0.82 0.53
Hex 76 25 EA 32 54 0 8 109 52 35
Octal 166 45 352 62 124 0 10 411 122 65
Binary 1110110 100101 11101010 110010 1010100 0 1000 100001001 1010010 110101

Color Harmonies of #7625EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7625EA

Black with #7625EA

Text Example


Text Example

White with #7625EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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