#76388D

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

Shades of Vivid Violet #76388D

Tints of Vivid Violet #76388D

Color information

#76388D (or 0x76388D) is unknown color: approx Vivid Violet. HEX triplet: 76, 38 and 8D. RGB value is (118,56,141). Sum of RGB (Red+Green+Blue) = 118+56+141=315 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.46% from 315); Green value is 56 (22.27% from 255 or 17.78% from 315); Blue value is 141 (55.47% from 255 or 44.76% from 315); Max value from RGB is 141 - color contains mainly: blue. Hex color #76388D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76388D is #89C772. Grayscale: #535353. Windows color (decimal): -9029491 or 9255030. OLE color: 9255030.

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

Color convert

RGB11856141-
CMYK0.160.6000.45
HSL283.76º43.15%38.63%-
HSV(B)283.76º60.28%55.29%-
XYZ13.698.626.14-
YUV84.23160.04152.09-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.46%
GREEN value IS 56 (22.27% from 255) = 17.78%
BLUE value IS 141 (55.47% from 255) = 44.76%
R=37.46%
G=17.78%
B=44.76%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal118561410.160.6000.45283.7643.1538.63
Hex76388D103C02D11c2b27
Octal1667021520740554345347
Binary111011011100010001101100001111000101101100011100101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76388D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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