#771DD4

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

Shades of Blue Violet #771DD4

Tints of Blue Violet #771DD4

Color information

#771DD4 (or 0x771DD4) is unknown color: approx Blue Violet. HEX triplet: 77, 1D and D4. RGB value is (119,29,212). Sum of RGB (Red+Green+Blue) = 119+29+212=360 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.06% from 360); Green value is 29 (11.72% from 255 or 8.06% from 360); Blue value is 212 (83.20% from 255 or 58.89% from 360); Max value from RGB is 212 - color contains mainly: blue. Hex color #771DD4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #771DD4 is #88E22B. Grayscale: #4C4C4C. Windows color (decimal): -8970796 or 13901175. OLE color: 13901175.

HSL color Cylindrical-coordinate representation of color #771DD4: hue angle of 269.51º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #771DD4 is Cyan = 0.44, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB11929212-
CMYK0.440.8600.17
HSL269.51º75.93%47.25%-
HSV(B)269.51º86.32%83.14%-
XYZ19.939.5563.08-
YUV76.77204.32158.12-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.06%
GREEN value IS 29 (11.72% from 255) = 8.06%
BLUE value IS 212 (83.20% from 255) = 58.89%
R=33.06%
G=8.06%
B=58.89%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal119292120.440.8600.17269.5175.9347.25
Hex771DD42C5601110e4c2f
Octal167353245412602141611457
Binary1110111111011101010010110010101100100011000011101001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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