#773C88

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

Shades of Vivid Violet #773C88

Tints of Vivid Violet #773C88

Color information

#773C88 (or 0x773C88) is unknown color: approx Vivid Violet. HEX triplet: 77, 3C and 88. RGB value is (119,60,136). Sum of RGB (Red+Green+Blue) = 119+60+136=315 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.78% from 315); Green value is 60 (23.83% from 255 or 19.05% from 315); Blue value is 136 (53.52% from 255 or 43.17% from 315); Max value from RGB is 136 - color contains mainly: blue. Hex color #773C88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773C88 is #88C377. Grayscale: #565656. Windows color (decimal): -8962936 or 8928375. OLE color: 8928375.

HSL color Cylindrical-coordinate representation of color #773C88: hue angle of 286.58º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #773C88 is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11960136-
CMYK0.120.5600.47
HSL286.58º38.78%38.43%-
HSV(B)286.58º55.88%53.33%-
XYZ13.678.9324.3-
YUV86.3156.05151.32-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.78%
GREEN value IS 60 (23.83% from 255) = 19.05%
BLUE value IS 136 (53.52% from 255) = 43.17%
R=37.78%
G=19.05%
B=43.17%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal119601360.120.5600.47286.5838.7838.43
Hex773C88C3802F11f2726
Octal1677421014700574374746
Binary11101111111001000100011001110000101111100011111100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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