#77348C

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

Shades of Vivid Violet #77348C

Tints of Vivid Violet #77348C

Color information

#77348C (or 0x77348C) is unknown color: approx Vivid Violet. HEX triplet: 77, 34 and 8C. RGB value is (119,52,140). Sum of RGB (Red+Green+Blue) = 119+52+140=311 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.26% from 311); Green value is 52 (20.70% from 255 or 16.72% from 311); Blue value is 140 (55.08% from 255 or 45.02% from 311); Max value from RGB is 140 - color contains mainly: blue. Hex color #77348C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77348C is #88CB73. Grayscale: #515151. Windows color (decimal): -8964980 or 9188471. OLE color: 9188471.

HSL color Cylindrical-coordinate representation of color #77348C: hue angle of 285.68º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #77348C is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11952140-
CMYK0.150.6300.45
HSL285.68º45.83%37.65%-
HSV(B)285.68º62.86%54.9%-
XYZ13.578.2725.69-
YUV82.06160.7154.34-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.26%
GREEN value IS 52 (20.70% from 255) = 16.72%
BLUE value IS 140 (55.08% from 255) = 45.02%
R=38.26%
G=16.72%
B=45.02%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal119521400.150.6300.45285.6845.8337.65
Hex77348CF3F02D11e2e26
Octal1676421417770554365646
Binary11101111101001000110011111111110101101100011110101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77348C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77348C; }

 p { color: rgb(119,52,140); }

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

<style>
 a { background-color: #77348C; }

 a { background-color: rgb(119,52,140); }

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

<style>
 span { border-color: #77348C; }

 span { border-color: rgb(119,52,140); }

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