Html Css Color HEX #771FD5 Blue Violet

📋 copy color: '#771FD5'

red 119 ◦ green 31 ◦ blue 213

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

Shades of Blue Violet #771FD5

Tints of Blue Violet #771FD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 58.68%

R = 32.78%
G = 8.54%
B = 58.68%

CMYK

 C value IS 0.44

 M value IS 0.85

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#771FD5 (or 0x771FD5) is known color: Blue Violet. HEX triplet: 77, 1F and D5. RGB value is (119,31,213). Sum of RGB (Red+Green+Blue) = 119+31+213=363 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.78% from 363); Green value is 31 (12.5% from 255 or 8.54% from 363); Blue value is 213 (83.59% from 255 or 58.68% from 363); Max value from RGB is 213 - color contains mainly: blue. Hex color #771FD5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #771FD5 is #88E02A. Grayscale: #4D4D4D. Windows color (decimal): -8970283 or 13967223. OLE color: 13967223.

HSL color Cylindrical-coordinate representation of color #771FD5: hue angle of 269.01º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #771FD5 is Cyan = 0.44, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 119 31 213 -
CMYK 0.44 0.85 0 0.16
HSL 269.01º 0.75% 0.48% -
HSV(B) 269.01º 0.85% 0.84% -
XYZ 20.11 9.71 63.76 -
YUV 78.06 204.15 157.2 -
System Red Green Blue C M Y K H S L
Decimal 119 31 213 0.44 0.85 0 0.16 269.01 0.75 0.48
Hex 77 1F D5 2C 55 0 10 10D 4B 30
Octal 167 37 325 54 125 0 20 415 113 60
Binary 1110111 11111 11010101 101100 1010101 0 10000 100001101 1001011 110000

Color Harmonies of #771FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771FD5

Black with #771FD5

Text Example


Text Example

White with #771FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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