#76368E

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

Shades of Vivid Violet #76368E

Tints of Vivid Violet #76368E

Color information

#76368E (or 0x76368E) is unknown color: approx Vivid Violet. HEX triplet: 76, 36 and 8E. RGB value is (118,54,142). Sum of RGB (Red+Green+Blue) = 118+54+142=314 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.58% from 314); Green value is 54 (21.48% from 255 or 17.20% from 314); Blue value is 142 (55.86% from 255 or 45.22% from 314); Max value from RGB is 142 - color contains mainly: blue. Hex color #76368E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76368E is #89C971. Grayscale: #525252. Windows color (decimal): -9030002 or 9320054. OLE color: 9320054.

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

Color convert

RGB11854142-
CMYK0.170.6200.44
HSL283.64º44.9%38.43%-
HSV(B)283.64º61.97%55.69%-
XYZ13.678.4426.5-
YUV83.17161.2152.84-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.58%
GREEN value IS 54 (21.48% from 255) = 17.20%
BLUE value IS 142 (55.86% from 255) = 45.22%
R=37.58%
G=17.20%
B=45.22%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal118541420.170.6200.44283.6444.938.43
Hex76368E113E02C11c2d26
Octal1666621621760544345546
Binary111011011011010001110100011111100101100100011100101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76368E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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