#76339B

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

Shades of Vivid Violet #76339B

Tints of Vivid Violet #76339B

Color information

#76339B (or 0x76339B) is unknown color: approx Vivid Violet. HEX triplet: 76, 33 and 9B. RGB value is (118,51,155). Sum of RGB (Red+Green+Blue) = 118+51+155=324 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.42% from 324); Green value is 51 (20.31% from 255 or 15.74% from 324); Blue value is 155 (60.94% from 255 or 47.84% from 324); Max value from RGB is 155 - color contains mainly: blue. Hex color #76339B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76339B is #89CC64. Grayscale: #525252. Windows color (decimal): -9030757 or 10171254. OLE color: 10171254.

HSL color Cylindrical-coordinate representation of color #76339B: hue angle of 278.65º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #76339B is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11851155-
CMYK0.240.6700.39
HSL278.65º50.49%40.39%-
HSV(B)278.65º67.1%60.78%-
XYZ14.578.5931.9-
YUV82.89168.7153.04-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.42%
GREEN value IS 51 (20.31% from 255) = 15.74%
BLUE value IS 155 (60.94% from 255) = 47.84%
R=36.42%
G=15.74%
B=47.84%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal118511550.240.6700.39278.6550.4940.39
Hex76339B18430271173228
Octal16663233301030474276250
Binary1110110110011100110111100010000110100111100010111110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76339B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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