Html Css Color HEX #771FFB Blue Violet

📋 copy color: '#771FFB'

red 119 ◦ green 31 ◦ blue 251

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

Shades of Blue Violet #771FFB

Tints of Blue Violet #771FFB

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.73%

 BLUE value IS 251 (98.44% from 255) = 62.59%

R = 29.68%
G = 7.73%
B = 62.59%

CMYK

 C value IS 0.53

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#771FFB (or 0x771FFB) is known color: Blue Violet. HEX triplet: 77, 1F and FB. RGB value is (119,31,251). Sum of RGB (Red+Green+Blue) = 119+31+251=401 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.68% from 401); Green value is 31 (12.5% from 255 or 7.73% from 401); Blue value is 251 (98.44% from 255 or 62.59% from 401); Max value from RGB is 251 - color contains mainly: blue. Hex color #771FFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #771FFB is #88E004. Grayscale: #515151. Windows color (decimal): -8970245 or 16457591. OLE color: 16457591.

HSL color Cylindrical-coordinate representation of color #771FFB: hue angle of 264º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #771FFB is Cyan = 0.53, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 119 31 251 -
CMYK 0.53 0.88 0 0.02
HSL 264º 0.96% 0.55% -
HSV(B) 264º 0.88% 0.98% -
XYZ 25.51 11.87 92.21 -
YUV 82.39 223.15 154.11 -
System Red Green Blue C M Y K H S L
Decimal 119 31 251 0.53 0.88 0 0.02 264 0.96 0.55
Hex 77 1F FB 35 58 0 2 108 60 37
Octal 167 37 373 65 130 0 2 410 140 67
Binary 1110111 11111 11111011 110101 1011000 0 10 100001000 1100000 110111

Color Harmonies of #771FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771FFB

Black with #771FFB

Text Example


Text Example

White with #771FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771FFB; }

 p { color: rgb(119,31,251); }

 H1.HeaderClassName
 {
   color: #771FFB;
 }
 .AnyTagClassName
 {
   color: #771FFB;
 }
</style>

background-color css

<style>
 a { background-color: #771FFB; }

 a { background-color: rgb(119,31,251); }

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

border-color css

<style>
 span { border-color: #771FFB; }

 span { border-color: rgb(119,31,251); }

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