#76338D

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

Shades of Vivid Violet #76338D

Tints of Vivid Violet #76338D

Color information

#76338D (or 0x76338D) is unknown color: approx Vivid Violet. HEX triplet: 76, 33 and 8D. RGB value is (118,51,141). Sum of RGB (Red+Green+Blue) = 118+51+141=310 (41% of max value = 765). Red value is 118 (46.48% from 255 or 38.06% from 310); Green value is 51 (20.31% from 255 or 16.45% from 310); Blue value is 141 (55.47% from 255 or 45.48% from 310); Max value from RGB is 141 - color contains mainly: blue. Hex color #76338D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76338D is #89CC72. Grayscale: #515151. Windows color (decimal): -9030771 or 9253750. OLE color: 9253750.

HSL color Cylindrical-coordinate representation of color #76338D: hue angle of 284.67º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #76338D is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11851141-
CMYK0.160.6400.45
HSL284.67º46.88%37.65%-
HSV(B)284.67º63.83%55.29%-
XYZ13.468.1426.06-
YUV81.29161.7154.18-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.06%
GREEN value IS 51 (20.31% from 255) = 16.45%
BLUE value IS 141 (55.47% from 255) = 45.48%
R=38.06%
G=16.45%
B=45.48%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal118511410.160.6400.45284.6746.8837.65
Hex76338D104002D11d2f26
Octal16663215201000554355746
Binary1110110110011100011011000010000000101101100011101101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76338D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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