#772BDC

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

Shades of Blue Violet #772BDC

Tints of Blue Violet #772BDC

Color information

#772BDC (or 0x772BDC) is unknown color: approx Blue Violet. HEX triplet: 77, 2B and DC. RGB value is (119,43,220). Sum of RGB (Red+Green+Blue) = 119+43+220=382 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.15% from 382); Green value is 43 (17.19% from 255 or 11.26% from 382); Blue value is 220 (86.33% from 255 or 57.59% from 382); Max value from RGB is 220 - color contains mainly: blue. Hex color #772BDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #772BDC is #88D423. Grayscale: #555555. Windows color (decimal): -8967204 or 14429047. OLE color: 14429047.

HSL color Cylindrical-coordinate representation of color #772BDC: hue angle of 265.76º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #772BDC is Cyan = 0.46, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB11943220-
CMYK0.460.8000.14
HSL265.76º71.66%51.57%-
HSV(B)265.76º80.45%86.27%-
XYZ21.3910.8268.67-
YUV85.9203.68151.61-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.15%
GREEN value IS 43 (17.19% from 255) = 11.26%
BLUE value IS 220 (86.33% from 255) = 57.59%
R=31.15%
G=11.26%
B=57.59%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal119432200.460.8000.14265.7671.6651.57
Hex772BDC2E500E10a4834
Octal167533345612001641211064
Binary1110111101011110111001011101010000011101000010101001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772BDC; }

 p { color: rgb(119,43,220); }

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

<style>
 a { background-color: #772BDC; }

 a { background-color: rgb(119,43,220); }

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

<style>
 span { border-color: #772BDC; }

 span { border-color: rgb(119,43,220); }

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