#76318B

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

Shades of Vivid Violet #76318B

Tints of Vivid Violet #76318B

Color information

#76318B (or 0x76318B) is unknown color: approx Vivid Violet. HEX triplet: 76, 31 and 8B. RGB value is (118,49,139). Sum of RGB (Red+Green+Blue) = 118+49+139=306 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.56% from 306); Green value is 49 (19.53% from 255 or 16.01% from 306); Blue value is 139 (54.69% from 255 or 45.42% from 306); Max value from RGB is 139 - color contains mainly: blue. Hex color #76318B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76318B is #89CE74. Grayscale: #4F4F4F. Windows color (decimal): -9031285 or 9122166. OLE color: 9122166.

HSL color Cylindrical-coordinate representation of color #76318B: hue angle of 286º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #76318B is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11849139-
CMYK0.150.6500.45
HSL286º47.87%36.86%-
HSV(B)286º64.75%54.51%-
XYZ13.237.9125.26-
YUV79.89161.36155.18-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.56%
GREEN value IS 49 (19.53% from 255) = 16.01%
BLUE value IS 139 (54.69% from 255) = 45.42%
R=38.56%
G=16.01%
B=45.42%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal118491390.150.6500.4528647.8736.86
Hex76318BF4102D11e3025
Octal16661213171010554366045
Binary111011011000110001011111110000010101101100011110110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76318B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,49,139); }

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

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

 a { background-color: rgb(118,49,139); }

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

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

 span { border-color: rgb(118,49,139); }

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