#7D3A95

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

Shades of Vivid Violet #7D3A95

Tints of Vivid Violet #7D3A95

Color information

#7D3A95 (or 0x7D3A95) is unknown color: approx Vivid Violet. HEX triplet: 7D, 3A and 95. RGB value is (125,58,149). Sum of RGB (Red+Green+Blue) = 125+58+149=332 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.65% from 332); Green value is 58 (23.05% from 255 or 17.47% from 332); Blue value is 149 (58.59% from 255 or 44.88% from 332); Max value from RGB is 149 - color contains mainly: blue. Hex color #7D3A95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D3A95 is #82C56A. Grayscale: #585858. Windows color (decimal): -8570219 or 9779837. OLE color: 9779837.

HSL color Cylindrical-coordinate representation of color #7D3A95: hue angle of 284.18º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7D3A95 is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB12558149-
CMYK0.160.6100.42
HSL284.18º43.96%40.59%-
HSV(B)284.18º61.07%58.43%-
XYZ15.49.5629.47-
YUV88.41162.2154.1-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 37.65%
GREEN value IS 58 (23.05% from 255) = 17.47%
BLUE value IS 149 (58.59% from 255) = 44.88%
R=37.65%
G=17.47%
B=44.88%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal125581490.160.6100.42284.1843.9640.59
Hex7D3A95103D02A11c2c29
Octal1757222520750524345451
Binary111110111101010010101100001111010101010100011100101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D3A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,58,149); }

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

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

 a { background-color: rgb(125,58,149); }

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

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

 span { border-color: rgb(125,58,149); }

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