#7D458B

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

Shades of Vivid Violet #7D458B

Tints of Vivid Violet #7D458B

Color information

#7D458B (or 0x7D458B) is unknown color: approx Vivid Violet. HEX triplet: 7D, 45 and 8B. RGB value is (125,69,139). Sum of RGB (Red+Green+Blue) = 125+69+139=333 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.54% from 333); Green value is 69 (27.34% from 255 or 20.72% from 333); Blue value is 139 (54.69% from 255 or 41.74% from 333); Max value from RGB is 139 - color contains mainly: blue. Hex color #7D458B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D458B is #82BA74. Grayscale: #5D5D5D. Windows color (decimal): -8567413 or 9127293. OLE color: 9127293.

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

Color convert

RGB12569139-
CMYK0.100.5000.45
HSL288º33.65%40.78%-
HSV(B)288º50.36%54.51%-
XYZ15.2510.4825.65-
YUV93.72153.55150.31-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 37.54%
GREEN value IS 69 (27.34% from 255) = 20.72%
BLUE value IS 139 (54.69% from 255) = 41.74%
R=37.54%
G=20.72%
B=41.74%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal125691390.100.5000.4528833.6540.78
Hex7D458BA3202D1202229
Octal17510521312620554404251
Binary111110110001011000101110101100100101101100100000100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D458B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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