#7D2586

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

Shades of Vivid Violet #7D2586

Tints of Vivid Violet #7D2586

Color information

#7D2586 (or 0x7D2586) is unknown color: approx Vivid Violet. HEX triplet: 7D, 25 and 86. RGB value is (125,37,134). Sum of RGB (Red+Green+Blue) = 125+37+134=296 (39% of max value = 765). Red value is 125 (49.22% from 255 or 42.23% from 296); Green value is 37 (14.84% from 255 or 12.5% from 296); Blue value is 134 (52.73% from 255 or 45.27% from 296); Max value from RGB is 134 - color contains mainly: blue. Hex color #7D2586 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D2586 is #82DA79. Grayscale: #4A4A4A. Windows color (decimal): -8575610 or 8791421. OLE color: 8791421.

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

Color convert

RGB12537134-
CMYK0.070.7200.47
HSL294.43º56.73%33.53%-
HSV(B)294.43º72.39%52.55%-
XYZ13.427.423.28-
YUV74.37161.65164.11-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 42.23%
GREEN value IS 37 (14.84% from 255) = 12.5%
BLUE value IS 134 (52.73% from 255) = 45.27%
R=42.23%
G=12.5%
B=45.27%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal125371340.070.7200.47294.4356.7333.53
Hex7D258674802F1263922
Octal1754520671100574467142
Binary11111011001011000011011110010000101111100100110111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D2586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,37,134); }

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

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

 a { background-color: rgb(125,37,134); }

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

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

 span { border-color: rgb(125,37,134); }

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