#773C8E

Color #773C8E Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #773C8E

Tints of Vivid Violet #773C8E

Color information

#773C8E (or 0x773C8E) is unknown color: approx Vivid Violet. HEX triplet: 77, 3C and 8E. RGB value is (119,60,142). Sum of RGB (Red+Green+Blue) = 119+60+142=321 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.07% from 321); Green value is 60 (23.83% from 255 or 18.69% from 321); Blue value is 142 (55.86% from 255 or 44.24% from 321); Max value from RGB is 142 - color contains mainly: blue. Hex color #773C8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773C8E is #88C371. Grayscale: #565656. Windows color (decimal): -8962930 or 9321591. OLE color: 9321591.

HSL color Cylindrical-coordinate representation of color #773C8E: hue angle of 283.17º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #773C8E is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11960142-
CMYK0.160.5800.44
HSL283.17º40.59%39.61%-
HSV(B)283.17º57.75%55.69%-
XYZ14.119.1126.61-
YUV86.99159.05150.83-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.07%
GREEN value IS 60 (23.83% from 255) = 18.69%
BLUE value IS 142 (55.86% from 255) = 44.24%
R=37.07%
G=18.69%
B=44.24%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal119601420.160.5800.44283.1740.5939.61
Hex773C8E103A02C11b2928
Octal1677421620720544335150
Binary111011111110010001110100001110100101100100011011101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773C8E; }

 p { color: rgb(119,60,142); }

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

<style>
 a { background-color: #773C8E; }

 a { background-color: rgb(119,60,142); }

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

<style>
 span { border-color: #773C8E; }

 span { border-color: rgb(119,60,142); }

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