#7f3c86

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

Shades of Vivid Violet #7F3C86

Tints of Vivid Violet #7F3C86

Color information

#7F3C86 (or 0x7F3C86) is unknown color: approx Vivid Violet. HEX triplet: 7F, 3C and 86. RGB value is (127,60,134). Sum of RGB (Red+Green+Blue) = 127+60+134=321 (42% of max value = 765). Red value is 127 (50% from 255 or 39.56% from 321); Green value is 60 (23.83% from 255 or 18.69% from 321); Blue value is 134 (52.73% from 255 or 41.74% from 321); Max value from RGB is 134 - color contains mainly: blue. Hex color #7F3C86 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F3C86 is #80C379. Grayscale: #585858. Windows color (decimal): -8438650 or 8797311. OLE color: 8797311.

HSL color Cylindrical-coordinate representation of color #7F3C86: hue angle of 294.32º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7F3C86 is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB12760134-
CMYK0.050.5500.47
HSL294.32º38.14%38.04%-
HSV(B)294.32º55.22%52.55%-
XYZ14.679.4623.61-
YUV88.47153.7155.48-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 39.56%
GREEN value IS 60 (23.83% from 255) = 18.69%
BLUE value IS 134 (52.73% from 255) = 41.74%
R=39.56%
G=18.69%
B=41.74%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal127601340.050.5500.47294.3238.1438.04
Hex7F3C8653702F1262626
Octal177742065670574464646
Binary1111111111100100001101011101110101111100100110100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7f3c86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7f3c86; }

 p { color: rgb(127,60,134); }

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

<style>
 a { background-color: #7f3c86; }

 a { background-color: rgb(127,60,134); }

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

<style>
 span { border-color: #7f3c86; }

 span { border-color: rgb(127,60,134); }

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