Html Css Color HEX #7631F5 Blue Violet

📋 copy color: '#7631F5'

red 118 ◦ green 49 ◦ blue 245

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

Shades of Blue Violet #7631F5

Tints of Blue Violet #7631F5

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.89%

 BLUE value IS 245 (96.09% from 255) = 59.47%

R = 28.64%
G = 11.89%
B = 59.47%

CMYK

 C value IS 0.52

 M value IS 0.8

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#7631F5 (or 0x7631F5) is known color: Blue Violet. HEX triplet: 76, 31 and F5. RGB value is (118,49,245). Sum of RGB (Red+Green+Blue) = 118+49+245=412 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.64% from 412); Green value is 49 (19.53% from 255 or 11.89% from 412); Blue value is 245 (96.09% from 255 or 59.47% from 412); Max value from RGB is 245 - color contains mainly: blue. Hex color #7631F5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7631F5 is #89CE0A. Grayscale: #5B5B5B. Windows color (decimal): -9031179 or 16068982. OLE color: 16068982.

HSL color Cylindrical-coordinate representation of color #7631F5: hue angle of 261.12º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7631F5 is Cyan = 0.52, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 118 49 245 -
CMYK 0.52 0.8 0 0.04
HSL 261.12º 0.91% 0.58% -
HSV(B) 261.12º 0.8% 0.96% -
XYZ 25.05 12.64 87.51 -
YUV 91.98 214.36 146.56 -
System Red Green Blue C M Y K H S L
Decimal 118 49 245 0.52 0.8 0 0.04 261.12 0.91 0.58
Hex 76 31 F5 34 50 0 4 105 5B 3A
Octal 166 61 365 64 120 0 4 405 133 72
Binary 1110110 110001 11110101 110100 1010000 0 100 100000101 1011011 111010

Color Harmonies of #7631F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7631F5

Black with #7631F5

Text Example


Text Example

White with #7631F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7631F5; }

 p { color: rgb(118,49,245); }

 H1.HeaderClassName
 {
   color: #7631F5;
 }
 .AnyTagClassName
 {
   color: #7631F5;
 }
</style>

background-color css

<style>
 a { background-color: #7631F5; }

 a { background-color: rgb(118,49,245); }

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

border-color css

<style>
 span { border-color: #7631F5; }

 span { border-color: rgb(118,49,245); }

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