#7F4599

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

Shades of Vivid Violet #7F4599

Tints of Vivid Violet #7F4599

Color information

#7F4599 (or 0x7F4599) is unknown color: approx Vivid Violet. HEX triplet: 7F, 45 and 99. RGB value is (127,69,153). Sum of RGB (Red+Green+Blue) = 127+69+153=349 (46% of max value = 765). Red value is 127 (50% from 255 or 36.39% from 349); Green value is 69 (27.34% from 255 or 19.77% from 349); Blue value is 153 (60.16% from 255 or 43.84% from 349); Max value from RGB is 153 - color contains mainly: blue. Hex color #7F4599 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F4599 is #80BA66. Grayscale: #5F5F5F. Windows color (decimal): -8436327 or 10044799. OLE color: 10044799.

HSL color Cylindrical-coordinate representation of color #7F4599: hue angle of 281.43º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7F4599 is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB12769153-
CMYK0.170.5500.4
HSL281.43º37.84%43.53%-
HSV(B)281.43º54.9%60%-
XYZ16.6311.0731.4-
YUV95.92160.22150.17-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 36.39%
GREEN value IS 69 (27.34% from 255) = 19.77%
BLUE value IS 153 (60.16% from 255) = 43.84%
R=36.39%
G=19.77%
B=43.84%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal127691530.170.5500.4281.4337.8443.53
Hex7F45991137028119262c
Octal17710523121670504314654
Binary1111111100010110011001100011101110101000100011001100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F4599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,69,153); }

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

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

 a { background-color: rgb(127,69,153); }

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

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

 span { border-color: rgb(127,69,153); }

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