#7D4687

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

Shades of Vivid Violet #7D4687

Tints of Vivid Violet #7D4687

Color information

#7D4687 (or 0x7D4687) is unknown color: approx Vivid Violet. HEX triplet: 7D, 46 and 87. RGB value is (125,70,135). Sum of RGB (Red+Green+Blue) = 125+70+135=330 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.88% from 330); Green value is 70 (27.73% from 255 or 21.21% from 330); Blue value is 135 (53.12% from 255 or 40.91% from 330); Max value from RGB is 135 - color contains mainly: blue. Hex color #7D4687 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D4687 is #82B978. Grayscale: #5D5D5D. Windows color (decimal): -8567161 or 8865405. OLE color: 8865405.

HSL color Cylindrical-coordinate representation of color #7D4687: hue angle of 290.77º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7D4687 is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB12570135-
CMYK0.070.4800.47
HSL290.77º31.71%40.2%-
HSV(B)290.77º48.15%52.94%-
XYZ15.0210.4924.15-
YUV93.86151.22150.21-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 37.88%
GREEN value IS 70 (27.73% from 255) = 21.21%
BLUE value IS 135 (53.12% from 255) = 40.91%
R=37.88%
G=21.21%
B=40.91%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal125701350.070.4800.47290.7731.7140.2
Hex7D468773002F1232028
Octal1751062077600574434050
Binary11111011000110100001111111100000101111100100011100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D4687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,70,135); }

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

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

 a { background-color: rgb(125,70,135); }

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

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

 span { border-color: rgb(125,70,135); }

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