Html Css Color HEX #771FDA Blue Violet

📋 copy color: '#771FDA'

red 119 ◦ green 31 ◦ blue 218

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

Shades of Blue Violet #771FDA

Tints of Blue Violet #771FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 59.24%

R = 32.34%
G = 8.42%
B = 59.24%

CMYK

 C value IS 0.45

 M value IS 0.86

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#771FDA (or 0x771FDA) is known color: Blue Violet. HEX triplet: 77, 1F and DA. RGB value is (119,31,218). Sum of RGB (Red+Green+Blue) = 119+31+218=368 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.34% from 368); Green value is 31 (12.5% from 255 or 8.42% from 368); Blue value is 218 (85.55% from 255 or 59.24% from 368); Max value from RGB is 218 - color contains mainly: blue. Hex color #771FDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #771FDA is #88E025. Grayscale: #4D4D4D. Windows color (decimal): -8970278 or 14294903. OLE color: 14294903.

HSL color Cylindrical-coordinate representation of color #771FDA: hue angle of 268.24º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #771FDA is Cyan = 0.45, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 119 31 218 -
CMYK 0.45 0.86 0 0.15
HSL 268.24º 0.75% 0.49% -
HSV(B) 268.24º 0.86% 0.85% -
XYZ 20.75 9.96 67.16 -
YUV 78.63 206.65 156.79 -
System Red Green Blue C M Y K H S L
Decimal 119 31 218 0.45 0.86 0 0.15 268.24 0.75 0.49
Hex 77 1F DA 2D 56 0 F 10C 4B 31
Octal 167 37 332 55 126 0 17 414 113 61
Binary 1110111 11111 11011010 101101 1010110 0 1111 100001100 1001011 110001

Color Harmonies of #771FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771FDA

Black with #771FDA

Text Example


Text Example

White with #771FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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