Html Css Color HEX #7731D6 Blue Violet

📋 copy color: '#7731D6'

red 119 ◦ green 49 ◦ blue 214

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

Shades of Blue Violet #7731D6

Tints of Blue Violet #7731D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 56.02%

R = 31.15%
G = 12.83%
B = 56.02%

CMYK

 C value IS 0.44

 M value IS 0.77

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7731D6 (or 0x7731D6) is known color: Blue Violet. HEX triplet: 77, 31 and D6. RGB value is (119,49,214). Sum of RGB (Red+Green+Blue) = 119+49+214=382 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.15% from 382); Green value is 49 (19.53% from 255 or 12.83% from 382); Blue value is 214 (83.98% from 255 or 56.02% from 382); Max value from RGB is 214 - color contains mainly: blue. Hex color #7731D6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7731D6 is #88CE29. Grayscale: #585858. Windows color (decimal): -8965674 or 14037367. OLE color: 14037367.

HSL color Cylindrical-coordinate representation of color #7731D6: hue angle of 265.45º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7731D6 is Cyan = 0.44, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 119 49 214 -
CMYK 0.44 0.77 0 0.16
HSL 265.45º 0.67% 0.52% -
HSV(B) 265.45º 0.77% 0.84% -
XYZ 20.84 10.97 64.64 -
YUV 88.74 198.69 149.58 -
System Red Green Blue C M Y K H S L
Decimal 119 49 214 0.44 0.77 0 0.16 265.45 0.67 0.52
Hex 77 31 D6 2C 4D 0 10 109 43 34
Octal 167 61 326 54 115 0 20 411 103 64
Binary 1110111 110001 11010110 101100 1001101 0 10000 100001001 1000011 110100

Color Harmonies of #7731D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7731D6

Black with #7731D6

Text Example


Text Example

White with #7731D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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