#7D3E9B

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

Shades of Vivid Violet #7D3E9B

Tints of Vivid Violet #7D3E9B

Color information

#7D3E9B (or 0x7D3E9B) is unknown color: approx Vivid Violet. HEX triplet: 7D, 3E and 9B. RGB value is (125,62,155). Sum of RGB (Red+Green+Blue) = 125+62+155=342 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.55% from 342); Green value is 62 (24.61% from 255 or 18.13% from 342); Blue value is 155 (60.94% from 255 or 45.32% from 342); Max value from RGB is 155 - color contains mainly: blue. Hex color #7D3E9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D3E9B is #82C164. Grayscale: #5B5B5B. Windows color (decimal): -8569189 or 10174077. OLE color: 10174077.

HSL color Cylindrical-coordinate representation of color #7D3E9B: hue angle of 280.65º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7D3E9B is Cyan = 0.19, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB12562155-
CMYK0.190.600.39
HSL280.65º42.86%42.55%-
HSV(B)280.65º60%60.78%-
XYZ16.110.1732.13-
YUV91.44163.87151.94-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 36.55%
GREEN value IS 62 (24.61% from 255) = 18.13%
BLUE value IS 155 (60.94% from 255) = 45.32%
R=36.55%
G=18.13%
B=45.32%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal125621550.190.600.39280.6542.8642.55
Hex7D3E9B133C0271192b2b
Octal1757623323740474315353
Binary111110111111010011011100111111000100111100011001101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D3E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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