#76388B

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

Shades of Vivid Violet #76388B

Tints of Vivid Violet #76388B

Color information

#76388B (or 0x76388B) is unknown color: approx Vivid Violet. HEX triplet: 76, 38 and 8B. RGB value is (118,56,139). Sum of RGB (Red+Green+Blue) = 118+56+139=313 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.70% from 313); Green value is 56 (22.27% from 255 or 17.89% from 313); Blue value is 139 (54.69% from 255 or 44.41% from 313); Max value from RGB is 139 - color contains mainly: blue. Hex color #76388B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76388B is #89C774. Grayscale: #535353. Windows color (decimal): -9029493 or 9123958. OLE color: 9123958.

HSL color Cylindrical-coordinate representation of color #76388B: hue angle of 284.82º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #76388B is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11856139-
CMYK0.150.6000.45
HSL284.82º42.56%38.24%-
HSV(B)284.82º59.71%54.51%-
XYZ13.558.5425.36-
YUV84159.04152.25-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.70%
GREEN value IS 56 (22.27% from 255) = 17.89%
BLUE value IS 139 (54.69% from 255) = 44.41%
R=37.70%
G=17.89%
B=44.41%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal118561390.150.6000.45284.8242.5638.24
Hex76388BF3C02D11d2b26
Octal1667021317740554355346
Binary11101101110001000101111111111000101101100011101101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76388B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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