Html Css Color HEX #771DDF Blue Violet

📋 copy color: '#771DDF'

red 119 ◦ green 29 ◦ blue 223

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

Shades of Blue Violet #771DDF

Tints of Blue Violet #771DDF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.82%

 BLUE value IS 223 (87.5% from 255) = 60.11%

R = 32.08%
G = 7.82%
B = 60.11%

CMYK

 C value IS 0.47

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#771DDF (or 0x771DDF) is known color: Blue Violet. HEX triplet: 77, 1D and DF. RGB value is (119,29,223). Sum of RGB (Red+Green+Blue) = 119+29+223=371 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.08% from 371); Green value is 29 (11.72% from 255 or 7.82% from 371); Blue value is 223 (87.5% from 255 or 60.11% from 371); Max value from RGB is 223 - color contains mainly: blue. Hex color #771DDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #771DDF is #88E220. Grayscale: #4D4D4D. Windows color (decimal): -8970785 or 14622071. OLE color: 14622071.

HSL color Cylindrical-coordinate representation of color #771DDF: hue angle of 267.84º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #771DDF is Cyan = 0.47, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 119 29 223 -
CMYK 0.47 0.87 0 0.13
HSL 267.84º 0.77% 0.49% -
HSV(B) 267.84º 0.87% 0.87% -
XYZ 21.37 10.13 70.64 -
YUV 78.03 209.82 157.23 -
System Red Green Blue C M Y K H S L
Decimal 119 29 223 0.47 0.87 0 0.13 267.84 0.77 0.49
Hex 77 1D DF 2F 57 0 D 10C 4D 31
Octal 167 35 337 57 127 0 15 414 115 61
Binary 1110111 11101 11011111 101111 1010111 0 1101 100001100 1001101 110001

Color Harmonies of #771DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771DDF

Black with #771DDF

Text Example


Text Example

White with #771DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,29,223); }

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

background-color css

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

 a { background-color: rgb(119,29,223); }

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

border-color css

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

 span { border-color: rgb(119,29,223); }

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