#76279F

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

Shades of Vivid Violet #76279F

Tints of Vivid Violet #76279F

Color information

#76279F (or 0x76279F) is unknown color: approx Vivid Violet. HEX triplet: 76, 27 and 9F. RGB value is (118,39,159). Sum of RGB (Red+Green+Blue) = 118+39+159=316 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.34% from 316); Green value is 39 (15.62% from 255 or 12.34% from 316); Blue value is 159 (62.5% from 255 or 50.32% from 316); Max value from RGB is 159 - color contains mainly: blue. Hex color #76279F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76279F is #89D860. Grayscale: #4B4B4B. Windows color (decimal): -9033825 or 10430326. OLE color: 10430326.

HSL color Cylindrical-coordinate representation of color #76279F: hue angle of 279.5º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #76279F is Cyan = 0.26, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11839159-
CMYK0.260.7500.38
HSL279.5º60.61%38.82%-
HSV(B)279.5º75.47%62.35%-
XYZ14.457.8133.55-
YUV76.3174.67157.74-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.34%
GREEN value IS 39 (15.62% from 255) = 12.34%
BLUE value IS 159 (62.5% from 255) = 50.32%
R=37.34%
G=12.34%
B=50.32%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal118391590.260.7500.38279.560.6138.82
Hex76279F1A4B0261183d27
Octal16647237321130464307547
Binary1110110100111100111111101010010110100110100011000111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76279F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76279F; }

 p { color: rgb(118,39,159); }

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

<style>
 a { background-color: #76279F; }

 a { background-color: rgb(118,39,159); }

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

<style>
 span { border-color: #76279F; }

 span { border-color: rgb(118,39,159); }

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