#772CDA

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

Shades of Blue Violet #772CDA

Tints of Blue Violet #772CDA

Color information

#772CDA (or 0x772CDA) is unknown color: approx Blue Violet. HEX triplet: 77, 2C and DA. RGB value is (119,44,218). Sum of RGB (Red+Green+Blue) = 119+44+218=381 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.23% from 381); Green value is 44 (17.58% from 255 or 11.55% from 381); Blue value is 218 (85.55% from 255 or 57.22% from 381); Max value from RGB is 218 - color contains mainly: blue. Hex color #772CDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #772CDA is #88D325. Grayscale: #555555. Windows color (decimal): -8966950 or 14298231. OLE color: 14298231.

HSL color Cylindrical-coordinate representation of color #772CDA: hue angle of 265.86º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #772CDA is Cyan = 0.45, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB11944218-
CMYK0.450.8000.15
HSL265.86º70.16%51.37%-
HSV(B)265.86º79.82%85.49%-
XYZ21.1610.7967.3-
YUV86.26202.35151.35-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.23%
GREEN value IS 44 (17.58% from 255) = 11.55%
BLUE value IS 218 (85.55% from 255) = 57.22%
R=31.23%
G=11.55%
B=57.22%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal119442180.450.8000.15265.8670.1651.37
Hex772CDA2D500F10a4633
Octal167543325512001741210663
Binary1110111101100110110101011011010000011111000010101000110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,44,218); }

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

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

 a { background-color: rgb(119,44,218); }

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

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

 span { border-color: rgb(119,44,218); }

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