#76279E

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

Shades of Vivid Violet #76279E

Tints of Vivid Violet #76279E

Color information

#76279E (or 0x76279E) is unknown color: approx Vivid Violet. HEX triplet: 76, 27 and 9E. RGB value is (118,39,158). Sum of RGB (Red+Green+Blue) = 118+39+158=315 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.46% from 315); Green value is 39 (15.62% from 255 or 12.38% from 315); Blue value is 158 (62.11% from 255 or 50.16% from 315); Max value from RGB is 158 - color contains mainly: blue. Hex color #76279E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76279E is #89D861. Grayscale: #4B4B4B. Windows color (decimal): -9033826 or 10364790. OLE color: 10364790.

HSL color Cylindrical-coordinate representation of color #76279E: hue angle of 279.83º degrees, saturation: 0.6, 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 #76279E is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11839158-
CMYK0.250.7500.38
HSL279.83º60.41%38.63%-
HSV(B)279.83º75.32%61.96%-
XYZ14.377.7733.09-
YUV76.19174.17157.82-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.46%
GREEN value IS 39 (15.62% from 255) = 12.38%
BLUE value IS 158 (62.11% from 255) = 50.16%
R=37.46%
G=12.38%
B=50.16%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal118391580.250.7500.38279.8360.4138.63
Hex76279E194B0261183c27
Octal16647236311130464307447
Binary1110110100111100111101100110010110100110100011000111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76279E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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