#76388E

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

Shades of Vivid Violet #76388E

Tints of Vivid Violet #76388E

Color information

#76388E (or 0x76388E) is unknown color: approx Vivid Violet. HEX triplet: 76, 38 and 8E. RGB value is (118,56,142). Sum of RGB (Red+Green+Blue) = 118+56+142=316 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.34% from 316); Green value is 56 (22.27% from 255 or 17.72% from 316); Blue value is 142 (55.86% from 255 or 44.94% from 316); Max value from RGB is 142 - color contains mainly: blue. Hex color #76388E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76388E is #89C771. Grayscale: #545454. Windows color (decimal): -9029490 or 9320566. OLE color: 9320566.

HSL color Cylindrical-coordinate representation of color #76388E: hue angle of 283.26º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #76388E is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11856142-
CMYK0.170.6100.44
HSL283.26º43.43%38.82%-
HSV(B)283.26º60.56%55.69%-
XYZ13.778.6326.53-
YUV84.34160.54152.01-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.34%
GREEN value IS 56 (22.27% from 255) = 17.72%
BLUE value IS 142 (55.86% from 255) = 44.94%
R=37.34%
G=17.72%
B=44.94%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal118561420.170.6100.44283.2643.4338.82
Hex76388E113D02C11b2b27
Octal1667021621750544335347
Binary111011011100010001110100011111010101100100011011101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76388E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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