Html Css Color HEX #771FF2 Blue Violet

📋 copy color: '#771FF2'

red 119 ◦ green 31 ◦ blue 242

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

Shades of Blue Violet #771FF2

Tints of Blue Violet #771FF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 61.73%

R = 30.36%
G = 7.91%
B = 61.73%

CMYK

 C value IS 0.51

 M value IS 0.87

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#771FF2 (or 0x771FF2) is known color: Blue Violet. HEX triplet: 77, 1F and F2. RGB value is (119,31,242). Sum of RGB (Red+Green+Blue) = 119+31+242=392 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.36% from 392); Green value is 31 (12.5% from 255 or 7.91% from 392); Blue value is 242 (94.92% from 255 or 61.73% from 392); Max value from RGB is 242 - color contains mainly: blue. Hex color #771FF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #771FF2 is #88E00D. Grayscale: #505050. Windows color (decimal): -8970254 or 15867767. OLE color: 15867767.

HSL color Cylindrical-coordinate representation of color #771FF2: hue angle of 265.02º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #771FF2 is Cyan = 0.51, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 119 31 242 -
CMYK 0.51 0.87 0 0.05
HSL 265.02º 0.89% 0.54% -
HSV(B) 265.02º 0.87% 0.95% -
XYZ 24.12 11.31 84.92 -
YUV 81.37 218.65 154.84 -
System Red Green Blue C M Y K H S L
Decimal 119 31 242 0.51 0.87 0 0.05 265.02 0.89 0.54
Hex 77 1F F2 33 57 0 5 109 59 36
Octal 167 37 362 63 127 0 5 411 131 66
Binary 1110111 11111 11110010 110011 1010111 0 101 100001001 1011001 110110

Color Harmonies of #771FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771FF2

Black with #771FF2

Text Example


Text Example

White with #771FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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