#7D3D8B

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

Shades of Vivid Violet #7D3D8B

Tints of Vivid Violet #7D3D8B

Color information

#7D3D8B (or 0x7D3D8B) is unknown color: approx Vivid Violet. HEX triplet: 7D, 3D and 8B. RGB value is (125,61,139). Sum of RGB (Red+Green+Blue) = 125+61+139=325 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.46% from 325); Green value is 61 (24.22% from 255 or 18.77% from 325); Blue value is 139 (54.69% from 255 or 42.77% from 325); Max value from RGB is 139 - color contains mainly: blue. Hex color #7D3D8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D3D8B is #82C274. Grayscale: #585858. Windows color (decimal): -8569461 or 9125245. OLE color: 9125245.

HSL color Cylindrical-coordinate representation of color #7D3D8B: hue angle of 289.23º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7D3D8B is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12561139-
CMYK0.100.5600.45
HSL289.23º39%39.22%-
HSV(B)289.23º56.12%54.51%-
XYZ14.799.5625.49-
YUV89.03156.2153.66-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 38.46%
GREEN value IS 61 (24.22% from 255) = 18.77%
BLUE value IS 139 (54.69% from 255) = 42.77%
R=38.46%
G=18.77%
B=42.77%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal125611390.100.5600.45289.233939.22
Hex7D3D8BA3802D1212727
Octal1757521312700554414747
Binary11111011111011000101110101110000101101100100001100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D3D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,61,139); }

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

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

 a { background-color: rgb(125,61,139); }

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

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

 span { border-color: rgb(125,61,139); }

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