#77418B

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

Shades of Vivid Violet #77418B

Tints of Vivid Violet #77418B

Color information

#77418B (or 0x77418B) is unknown color: approx Vivid Violet. HEX triplet: 77, 41 and 8B. RGB value is (119,65,139). Sum of RGB (Red+Green+Blue) = 119+65+139=323 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.84% from 323); Green value is 65 (25.78% from 255 or 20.12% from 323); Blue value is 139 (54.69% from 255 or 43.03% from 323); Max value from RGB is 139 - color contains mainly: blue. Hex color #77418B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77418B is #88BE74. Grayscale: #595959. Windows color (decimal): -8961653 or 9126263. OLE color: 9126263.

HSL color Cylindrical-coordinate representation of color #77418B: hue angle of 283.78º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77418B is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11965139-
CMYK0.140.5300.45
HSL283.78º36.27%40%-
HSV(B)283.78º53.24%54.51%-
XYZ14.169.5725.53-
YUV89.58155.89148.98-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.84%
GREEN value IS 65 (25.78% from 255) = 20.12%
BLUE value IS 139 (54.69% from 255) = 43.03%
R=36.84%
G=20.12%
B=43.03%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal119651390.140.5300.45283.7836.2740
Hex77418BE3502D11c2428
Octal16710121316650554344450
Binary111011110000011000101111101101010101101100011100100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77418B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77418B; }

 p { color: rgb(119,65,139); }

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

<style>
 a { background-color: #77418B; }

 a { background-color: rgb(119,65,139); }

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

<style>
 span { border-color: #77418B; }

 span { border-color: rgb(119,65,139); }

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