#771BDF

Color #771BDF Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #771BDF

Tints of Blue Violet #771BDF

Color information

#771BDF (or 0x771BDF) is unknown color: approx Blue Violet. HEX triplet: 77, 1B and DF. RGB value is (119,27,223). Sum of RGB (Red+Green+Blue) = 119+27+223=369 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.25% from 369); Green value is 27 (10.94% from 255 or 7.32% from 369); Blue value is 223 (87.5% from 255 or 60.43% from 369); Max value from RGB is 223 - color contains mainly: blue. Hex color #771BDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #771BDF is #88E420. Grayscale: #4C4C4C. Windows color (decimal): -8971297 or 14621559. OLE color: 14621559.

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

Color convert

RGB11927223-
CMYK0.470.8800.13
HSL268.16º78.4%49.02%-
HSV(B)268.16º87.89%87.45%-
XYZ21.3210.0370.63-
YUV76.85210.48158.06-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.25%
GREEN value IS 27 (10.94% from 255) = 7.32%
BLUE value IS 223 (87.5% from 255) = 60.43%
R=32.25%
G=7.32%
B=60.43%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal119272230.470.8800.13268.1678.449.02
Hex771BDF2F580D10c4e31
Octal167333375713001541411661
Binary111011111011110111111011111011000011011000011001001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771BDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #771BDF;
 }
 .AnyTagClassName
 {
   color: #771BDF;
 }
</style>
background-color css

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

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

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

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

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

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