Html Css Color HEX #771CDF Blue Violet

📋 copy color: '#771CDF'

red 119 ◦ green 28 ◦ blue 223

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

Shades of Blue Violet #771CDF

Tints of Blue Violet #771CDF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.57%

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

R = 32.16%
G = 7.57%
B = 60.27%

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

#771CDF (or 0x771CDF) is known color: Blue Violet. HEX triplet: 77, 1C and DF. RGB value is (119,28,223). Sum of RGB (Red+Green+Blue) = 119+28+223=370 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.16% from 370); Green value is 28 (11.33% from 255 or 7.57% from 370); Blue value is 223 (87.5% from 255 or 60.27% from 370); Max value from RGB is 223 - color contains mainly: blue. Hex color #771CDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #771CDF is #88E320. Grayscale: #4C4C4C. Windows color (decimal): -8971041 or 14621815. OLE color: 14621815.

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

Color convert

RGB 119 28 223 -
CMYK 0.47 0.87 0 0.13
HSL 268º 0.78% 0.49% -
HSV(B) 268º 0.87% 0.87% -
XYZ 21.34 10.08 70.63 -
YUV 77.44 210.15 157.64 -
System Red Green Blue C M Y K H S L
Decimal 119 28 223 0.47 0.87 0 0.13 268 0.78 0.49
Hex 77 1C DF 2F 57 0 D 10C 4E 31
Octal 167 34 337 57 127 0 15 414 116 61
Binary 1110111 11100 11011111 101111 1010111 0 1101 100001100 1001110 110001

Color Harmonies of #771CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771CDF

Black with #771CDF

Text Example


Text Example

White with #771CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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