Html Css Color HEX #7731FD Blue Violet

📋 copy color: '#7731FD'

red 119 ◦ green 49 ◦ blue 253

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

Shades of Blue Violet #7731FD

Tints of Blue Violet #7731FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 60.1%

R = 28.27%
G = 11.64%
B = 60.1%

CMYK

 C value IS 0.53

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7731FD (or 0x7731FD) is known color: Blue Violet. HEX triplet: 77, 31 and FD. RGB value is (119,49,253). Sum of RGB (Red+Green+Blue) = 119+49+253=421 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.27% from 421); Green value is 49 (19.53% from 255 or 11.64% from 421); Blue value is 253 (99.22% from 255 or 60.10% from 421); Max value from RGB is 253 - color contains mainly: blue. Hex color #7731FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7731FD is #88CE02. Grayscale: #5C5C5C. Windows color (decimal): -8965635 or 16593271. OLE color: 16593271.

HSL color Cylindrical-coordinate representation of color #7731FD: hue angle of 260.59º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7731FD is Cyan = 0.53, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 119 49 253 -
CMYK 0.53 0.81 0 0.01
HSL 260.59º 0.98% 0.59% -
HSV(B) 260.59º 0.81% 0.99% -
XYZ 26.44 13.21 94.09 -
YUV 93.19 218.19 146.41 -
System Red Green Blue C M Y K H S L
Decimal 119 49 253 0.53 0.81 0 0.01 260.59 0.98 0.59
Hex 77 31 FD 35 51 0 1 105 62 3B
Octal 167 61 375 65 121 0 1 405 142 73
Binary 1110111 110001 11111101 110101 1010001 0 1 100000101 1100010 111011

Color Harmonies of #7731FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7731FD

Black with #7731FD

Text Example


Text Example

White with #7731FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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