#7D3B8D

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

Shades of Vivid Violet #7D3B8D

Tints of Vivid Violet #7D3B8D

Color information

#7D3B8D (or 0x7D3B8D) is unknown color: approx Vivid Violet. HEX triplet: 7D, 3B and 8D. RGB value is (125,59,141). Sum of RGB (Red+Green+Blue) = 125+59+141=325 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.46% from 325); Green value is 59 (23.44% from 255 or 18.15% from 325); Blue value is 141 (55.47% from 255 or 43.38% from 325); Max value from RGB is 141 - color contains mainly: blue. Hex color #7D3B8D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D3B8D is #82C472. Grayscale: #575757. Windows color (decimal): -8569971 or 9255805. OLE color: 9255805.

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

Color convert

RGB12559141-
CMYK0.110.5800.45
HSL288.29º41%39.22%-
HSV(B)288.29º58.16%55.29%-
XYZ14.839.4126.23-
YUV88.08157.87154.33-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 38.46%
GREEN value IS 59 (23.44% from 255) = 18.15%
BLUE value IS 141 (55.47% from 255) = 43.38%
R=38.46%
G=18.15%
B=43.38%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal125591410.110.5800.45288.294139.22
Hex7D3B8DB3A02D1202927
Octal1757321513720554405147
Binary11111011110111000110110111110100101101100100000101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D3B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,59,141); }

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

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

 a { background-color: rgb(125,59,141); }

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

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

 span { border-color: rgb(125,59,141); }

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