#7D3E9E

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

Shades of Vivid Violet #7D3E9E

Tints of Vivid Violet #7D3E9E

Color information

#7D3E9E (or 0x7D3E9E) is unknown color: approx Vivid Violet. HEX triplet: 7D, 3E and 9E. RGB value is (125,62,158). Sum of RGB (Red+Green+Blue) = 125+62+158=345 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.23% from 345); Green value is 62 (24.61% from 255 or 17.97% from 345); Blue value is 158 (62.11% from 255 or 45.80% from 345); Max value from RGB is 158 - color contains mainly: blue. Hex color #7D3E9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D3E9E is #82C161. Grayscale: #5B5B5B. Windows color (decimal): -8569186 or 10370685. OLE color: 10370685.

HSL color Cylindrical-coordinate representation of color #7D3E9E: hue angle of 279.38º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7D3E9E is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12562158-
CMYK0.210.6100.38
HSL279.38º43.64%43.14%-
HSV(B)279.38º60.76%61.96%-
XYZ16.3510.2733.47-
YUV91.78165.37151.69-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 36.23%
GREEN value IS 62 (24.61% from 255) = 17.97%
BLUE value IS 158 (62.11% from 255) = 45.80%
R=36.23%
G=17.97%
B=45.80%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal125621580.210.6100.38279.3843.6443.14
Hex7D3E9E153D0261172c2b
Octal1757623625750464275453
Binary111110111111010011110101011111010100110100010111101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D3E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,62,158); }

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

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

 a { background-color: rgb(125,62,158); }

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

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

 span { border-color: rgb(125,62,158); }

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