Html Css Color HEX #7731E4 Blue Violet

📋 copy color: '#7731E4'

red 119 ◦ green 49 ◦ blue 228

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

Shades of Blue Violet #7731E4

Tints of Blue Violet #7731E4

RGB

 RED value IS 119 (46.88% from 255) = 30.05%

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

 BLUE value IS 228 (89.45% from 255) = 57.58%

R = 30.05%
G = 12.37%
B = 57.58%

CMYK

 C value IS 0.48

 M value IS 0.79

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#7731E4 (or 0x7731E4) is known color: Blue Violet. HEX triplet: 77, 31 and E4. RGB value is (119,49,228). Sum of RGB (Red+Green+Blue) = 119+49+228=396 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.05% from 396); Green value is 49 (19.53% from 255 or 12.37% from 396); Blue value is 228 (89.45% from 255 or 57.58% from 396); Max value from RGB is 228 - color contains mainly: blue. Hex color #7731E4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7731E4 is #88CE1B. Grayscale: #595959. Windows color (decimal): -8965660 or 14954871. OLE color: 14954871.

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

Color convert

RGB 119 49 228 -
CMYK 0.48 0.79 0 0.11
HSL 263.46º 0.77% 0.54% -
HSV(B) 263.46º 0.79% 0.89% -
XYZ 22.71 11.72 74.46 -
YUV 90.34 205.69 148.45 -
System Red Green Blue C M Y K H S L
Decimal 119 49 228 0.48 0.79 0 0.11 263.46 0.77 0.54
Hex 77 31 E4 30 4F 0 B 107 4D 36
Octal 167 61 344 60 117 0 13 407 115 66
Binary 1110111 110001 11100100 110000 1001111 0 1011 100000111 1001101 110110

Color Harmonies of #7731E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7731E4

Black with #7731E4

Text Example


Text Example

White with #7731E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7731E4; }

 p { color: rgb(119,49,228); }

 H1.HeaderClassName
 {
   color: #7731E4;
 }
 .AnyTagClassName
 {
   color: #7731E4;
 }
</style>

background-color css

<style>
 a { background-color: #7731E4; }

 a { background-color: rgb(119,49,228); }

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

border-color css

<style>
 span { border-color: #7731E4; }

 span { border-color: rgb(119,49,228); }

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