#76278E

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

Shades of Vivid Violet #76278E

Tints of Vivid Violet #76278E

Color information

#76278E (or 0x76278E) is unknown color: approx Vivid Violet. HEX triplet: 76, 27 and 8E. RGB value is (118,39,142). Sum of RGB (Red+Green+Blue) = 118+39+142=299 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.46% from 299); Green value is 39 (15.62% from 255 or 13.04% from 299); Blue value is 142 (55.86% from 255 or 47.49% from 299); Max value from RGB is 142 - color contains mainly: blue. Hex color #76278E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76278E is #89D871. Grayscale: #4A4A4A. Windows color (decimal): -9033842 or 9316214. OLE color: 9316214.

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

Color convert

RGB11839142-
CMYK0.170.7300.44
HSL286.02º56.91%35.49%-
HSV(B)286.02º72.54%55.69%-
XYZ13.087.2626.3-
YUV74.36166.17159.12-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.46%
GREEN value IS 39 (15.62% from 255) = 13.04%
BLUE value IS 142 (55.86% from 255) = 47.49%
R=39.46%
G=13.04%
B=47.49%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal118391420.170.7300.44286.0256.9135.49
Hex76278E114902C11e3923
Octal16647216211110544367143
Binary1110110100111100011101000110010010101100100011110111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76278E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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