Html Css Color HEX #771DDE Blue Violet

📋 copy color: '#771DDE'

red 119 ◦ green 29 ◦ blue 222

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

Shades of Blue Violet #771DDE

Tints of Blue Violet #771DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 60%

R = 32.16%
G = 7.84%
B = 60%

CMYK

 C value IS 0.46

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#771DDE (or 0x771DDE) is known color: Blue Violet. HEX triplet: 77, 1D and DE. RGB value is (119,29,222). Sum of RGB (Red+Green+Blue) = 119+29+222=370 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.16% from 370); Green value is 29 (11.72% from 255 or 7.84% from 370); Blue value is 222 (87.11% from 255 or 60% from 370); Max value from RGB is 222 - color contains mainly: blue. Hex color #771DDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #771DDE is #88E221. Grayscale: #4D4D4D. Windows color (decimal): -8970786 or 14556535. OLE color: 14556535.

HSL color Cylindrical-coordinate representation of color #771DDE: hue angle of 267.98º 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 #771DDE is Cyan = 0.46, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 119 29 222 -
CMYK 0.46 0.87 0 0.13
HSL 267.98º 0.77% 0.49% -
HSV(B) 267.98º 0.87% 0.87% -
XYZ 21.23 10.07 69.93 -
YUV 77.91 209.32 157.31 -
System Red Green Blue C M Y K H S L
Decimal 119 29 222 0.46 0.87 0 0.13 267.98 0.77 0.49
Hex 77 1D DE 2E 57 0 D 10C 4D 31
Octal 167 35 336 56 127 0 15 414 115 61
Binary 1110111 11101 11011110 101110 1010111 0 1101 100001100 1001101 110001

Color Harmonies of #771DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771DDE

Black with #771DDE

Text Example


Text Example

White with #771DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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