Html Css Color HEX #7731FA Blue Violet

📋 copy color: '#7731FA'

red 119 ◦ green 49 ◦ blue 250

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

Shades of Blue Violet #7731FA

Tints of Blue Violet #7731FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 59.81%

R = 28.47%
G = 11.72%
B = 59.81%

CMYK

 C value IS 0.52

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7731FA (or 0x7731FA) is known color: Blue Violet. HEX triplet: 77, 31 and FA. RGB value is (119,49,250). Sum of RGB (Red+Green+Blue) = 119+49+250=418 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.47% from 418); Green value is 49 (19.53% from 255 or 11.72% from 418); Blue value is 250 (98.05% from 255 or 59.81% from 418); Max value from RGB is 250 - color contains mainly: blue. Hex color #7731FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7731FA is #88CE05. Grayscale: #5C5C5C. Windows color (decimal): -8965638 or 16396663. OLE color: 16396663.

HSL color Cylindrical-coordinate representation of color #7731FA: hue angle of 260.9º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7731FA is Cyan = 0.52, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 119 49 250 -
CMYK 0.52 0.80 0 0.02
HSL 260.9º 0.95% 0.59% -
HSV(B) 260.9º 0.8% 0.98% -
XYZ 25.96 13.02 91.59 -
YUV 92.84 216.69 146.66 -
System Red Green Blue C M Y K H S L
Decimal 119 49 250 0.52 0.80 0 0.02 260.9 0.95 0.59
Hex 77 31 FA 34 50 0 2 105 5F 3B
Octal 167 61 372 64 120 0 2 405 137 73
Binary 1110111 110001 11111010 110100 1010000 0 10 100000101 1011111 111011

Color Harmonies of #7731FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7731FA

Black with #7731FA

Text Example


Text Example

White with #7731FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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