#76318D

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

Shades of Vivid Violet #76318D

Tints of Vivid Violet #76318D

Color information

#76318D (or 0x76318D) is unknown color: approx Vivid Violet. HEX triplet: 76, 31 and 8D. RGB value is (118,49,141). Sum of RGB (Red+Green+Blue) = 118+49+141=308 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.31% from 308); Green value is 49 (19.53% from 255 or 15.91% from 308); Blue value is 141 (55.47% from 255 or 45.78% from 308); Max value from RGB is 141 - color contains mainly: blue. Hex color #76318D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76318D is #89CE72. Grayscale: #4F4F4F. Windows color (decimal): -9031283 or 9253238. OLE color: 9253238.

HSL color Cylindrical-coordinate representation of color #76318D: hue angle of 285º 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 #76318D is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11849141-
CMYK0.160.6500.45
HSL285º48.42%37.25%-
HSV(B)285º65.25%55.29%-
XYZ13.387.9726.03-
YUV80.12162.36155.02-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.31%
GREEN value IS 49 (19.53% from 255) = 15.91%
BLUE value IS 141 (55.47% from 255) = 45.78%
R=38.31%
G=15.91%
B=45.78%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal118491410.160.6500.4528548.4237.25
Hex76318D104102D11d3025
Octal16661215201010554356045
Binary1110110110001100011011000010000010101101100011101110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76318D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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