#772BD3

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

Shades of Blue Violet #772BD3

Tints of Blue Violet #772BD3

Color information

#772BD3 (or 0x772BD3) is unknown color: approx Blue Violet. HEX triplet: 77, 2B and D3. RGB value is (119,43,211). Sum of RGB (Red+Green+Blue) = 119+43+211=373 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.90% from 373); Green value is 43 (17.19% from 255 or 11.53% from 373); Blue value is 211 (82.81% from 255 or 56.57% from 373); Max value from RGB is 211 - color contains mainly: blue. Hex color #772BD3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #772BD3 is #88D42C. Grayscale: #545454. Windows color (decimal): -8967213 or 13839223. OLE color: 13839223.

HSL color Cylindrical-coordinate representation of color #772BD3: hue angle of 267.14º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #772BD3 is Cyan = 0.44, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB11943211-
CMYK0.440.8000.17
HSL267.14º66.14%49.8%-
HSV(B)267.14º79.62%82.75%-
XYZ20.2310.3562.56-
YUV84.88199.18152.34-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.90%
GREEN value IS 43 (17.19% from 255) = 11.53%
BLUE value IS 211 (82.81% from 255) = 56.57%
R=31.90%
G=11.53%
B=56.57%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal119432110.440.8000.17267.1466.1449.8
Hex772BD32C5001110b4232
Octal167533235412002141310262
Binary11101111010111101001110110010100000100011000010111000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772BD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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