#772AEC

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

Shades of Blue Violet #772AEC

Tints of Blue Violet #772AEC

Color information

#772AEC (or 0x772AEC) is unknown color: approx Blue Violet. HEX triplet: 77, 2A and EC. RGB value is (119,42,236). Sum of RGB (Red+Green+Blue) = 119+42+236=397 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.97% from 397); Green value is 42 (16.80% from 255 or 10.58% from 397); Blue value is 236 (92.58% from 255 or 59.45% from 397); Max value from RGB is 236 - color contains mainly: blue. Hex color #772AEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #772AEC is #88D513. Grayscale: #565656. Windows color (decimal): -8967444 or 15477367. OLE color: 15477367.

HSL color Cylindrical-coordinate representation of color #772AEC: hue angle of 263.81º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #772AEC is Cyan = 0.50, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB11942236-
CMYK0.500.8200.07
HSL263.81º83.62%54.51%-
HSV(B)263.81º82.2%92.55%-
XYZ23.5811.6380.36-
YUV87.14212.01150.73-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.97%
GREEN value IS 42 (16.80% from 255) = 10.58%
BLUE value IS 236 (92.58% from 255) = 59.45%
R=29.97%
G=10.58%
B=59.45%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal119422360.500.8200.07263.8183.6254.51
Hex772AEC3252071085437
Octal16752354621220741012467
Binary111011110101011101100110010101001001111000010001010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772AEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,42,236); }

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

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

 a { background-color: rgb(119,42,236); }

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

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

 span { border-color: rgb(119,42,236); }

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