Html Css Color HEX #771CEC Blue Violet

📋 copy color: '#771CEC'

red 119 ◦ green 28 ◦ blue 236

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

Shades of Blue Violet #771CEC

Tints of Blue Violet #771CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 61.62%

R = 31.07%
G = 7.31%
B = 61.62%

CMYK

 C value IS 0.50

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#771CEC (or 0x771CEC) is known color: Blue Violet. HEX triplet: 77, 1C and EC. RGB value is (119,28,236). Sum of RGB (Red+Green+Blue) = 119+28+236=383 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.07% from 383); Green value is 28 (11.33% from 255 or 7.31% from 383); Blue value is 236 (92.58% from 255 or 61.62% from 383); Max value from RGB is 236 - color contains mainly: blue. Hex color #771CEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #771CEC is #88E313. Grayscale: #4E4E4E. Windows color (decimal): -8971028 or 15473783. OLE color: 15473783.

HSL color Cylindrical-coordinate representation of color #771CEC: hue angle of 266.25º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #771CEC is Cyan = 0.50, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 119 28 236 -
CMYK 0.50 0.88 0 0.07
HSL 266.25º 0.85% 0.52% -
HSV(B) 266.25º 0.88% 0.93% -
XYZ 23.16 10.81 80.22 -
YUV 78.92 216.65 156.59 -
System Red Green Blue C M Y K H S L
Decimal 119 28 236 0.50 0.88 0 0.07 266.25 0.85 0.52
Hex 77 1C EC 32 58 0 7 10A 55 34
Octal 167 34 354 62 130 0 7 412 125 64
Binary 1110111 11100 11101100 110010 1011000 0 111 100001010 1010101 110100

Color Harmonies of #771CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771CEC

Black with #771CEC

Text Example


Text Example

White with #771CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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