Html Css Color HEX #771BD1 Blue Violet

📋 copy color: '#771BD1'

red 119 ◦ green 27 ◦ blue 209

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

Shades of Blue Violet #771BD1

Tints of Blue Violet #771BD1

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.61%

 BLUE value IS 209 (82.03% from 255) = 58.87%

R = 33.52%
G = 7.61%
B = 58.87%

CMYK

 C value IS 0.43

 M value IS 0.87

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#771BD1 (or 0x771BD1) is known color: Blue Violet. HEX triplet: 77, 1B and D1. RGB value is (119,27,209). Sum of RGB (Red+Green+Blue) = 119+27+209=355 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.52% from 355); Green value is 27 (10.94% from 255 or 7.61% from 355); Blue value is 209 (82.03% from 255 or 58.87% from 355); Max value from RGB is 209 - color contains mainly: blue. Hex color #771BD1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #771BD1 is #88E42E. Grayscale: #4A4A4A. Windows color (decimal): -8971311 or 13704055. OLE color: 13704055.

HSL color Cylindrical-coordinate representation of color #771BD1: hue angle of 270.33º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #771BD1 is Cyan = 0.43, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 119 27 209 -
CMYK 0.43 0.87 0 0.18
HSL 270.33º 0.77% 0.46% -
HSV(B) 270.33º 0.87% 0.82% -
XYZ 19.51 9.31 61.09 -
YUV 75.26 203.48 159.2 -
System Red Green Blue C M Y K H S L
Decimal 119 27 209 0.43 0.87 0 0.18 270.33 0.77 0.46
Hex 77 1B D1 2B 57 0 12 10E 4D 2E
Octal 167 33 321 53 127 0 22 416 115 56
Binary 1110111 11011 11010001 101011 1010111 0 10010 100001110 1001101 101110

Color Harmonies of #771BD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771BD1

Black with #771BD1

Text Example


Text Example

White with #771BD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,27,209); }

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

background-color css

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

 a { background-color: rgb(119,27,209); }

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

border-color css

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

 span { border-color: rgb(119,27,209); }

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