#76318A

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

Shades of Vivid Violet #76318A

Tints of Vivid Violet #76318A

Color information

#76318A (or 0x76318A) is unknown color: approx Vivid Violet. HEX triplet: 76, 31 and 8A. RGB value is (118,49,138). Sum of RGB (Red+Green+Blue) = 118+49+138=305 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.69% from 305); Green value is 49 (19.53% from 255 or 16.07% from 305); Blue value is 138 (54.30% from 255 or 45.25% from 305); Max value from RGB is 138 - color contains mainly: blue. Hex color #76318A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76318A is #89CE75. Grayscale: #4F4F4F. Windows color (decimal): -9031286 or 9056630. OLE color: 9056630.

HSL color Cylindrical-coordinate representation of color #76318A: hue angle of 286.52º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #76318A is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11849138-
CMYK0.140.6400.46
HSL286.52º47.59%36.67%-
HSV(B)286.52º64.49%54.12%-
XYZ13.167.8824.87-
YUV79.78160.86155.26-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.69%
GREEN value IS 49 (19.53% from 255) = 16.07%
BLUE value IS 138 (54.30% from 255) = 45.25%
R=38.69%
G=16.07%
B=45.25%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal118491380.140.6400.46286.5247.5936.67
Hex76318AE4002E11f3025
Octal16661212161000564376045
Binary111011011000110001010111010000000101110100011111110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76318A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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