#77388F

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

Shades of Vivid Violet #77388F

Tints of Vivid Violet #77388F

Color information

#77388F (or 0x77388F) is unknown color: approx Vivid Violet. HEX triplet: 77, 38 and 8F. RGB value is (119,56,143). Sum of RGB (Red+Green+Blue) = 119+56+143=318 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.42% from 318); Green value is 56 (22.27% from 255 or 17.61% from 318); Blue value is 143 (56.25% from 255 or 44.97% from 318); Max value from RGB is 143 - color contains mainly: blue. Hex color #77388F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77388F is #88C770. Grayscale: #545454. Windows color (decimal): -8963953 or 9386103. OLE color: 9386103.

HSL color Cylindrical-coordinate representation of color #77388F: hue angle of 283.45º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #77388F is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11956143-
CMYK0.170.6100.44
HSL283.45º43.72%39.02%-
HSV(B)283.45º60.84%56.08%-
XYZ13.988.7326.94-
YUV84.76160.87152.43-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.42%
GREEN value IS 56 (22.27% from 255) = 17.61%
BLUE value IS 143 (56.25% from 255) = 44.97%
R=37.42%
G=17.61%
B=44.97%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal119561430.170.6100.44283.4543.7239.02
Hex77388F113D02C11b2c27
Octal1677021721750544335447
Binary111011111100010001111100011111010101100100011011101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77388F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77388F; }

 p { color: rgb(119,56,143); }

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

<style>
 a { background-color: #77388F; }

 a { background-color: rgb(119,56,143); }

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

<style>
 span { border-color: #77388F; }

 span { border-color: rgb(119,56,143); }

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