#7D438E

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

Shades of Vivid Violet #7D438E

Tints of Vivid Violet #7D438E

Color information

#7D438E (or 0x7D438E) is unknown color: approx Vivid Violet. HEX triplet: 7D, 43 and 8E. RGB value is (125,67,142). Sum of RGB (Red+Green+Blue) = 125+67+142=334 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.43% from 334); Green value is 67 (26.56% from 255 or 20.06% from 334); Blue value is 142 (55.86% from 255 or 42.51% from 334); Max value from RGB is 142 - color contains mainly: blue. Hex color #7D438E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D438E is #82BC71. Grayscale: #5C5C5C. Windows color (decimal): -8567922 or 9323389. OLE color: 9323389.

HSL color Cylindrical-coordinate representation of color #7D438E: hue angle of 286.4º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7D438E is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12567142-
CMYK0.120.5300.44
HSL286.4º35.89%40.98%-
HSV(B)286.4º52.82%55.69%-
XYZ15.3510.3326.78-
YUV92.89155.72150.9-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 37.43%
GREEN value IS 67 (26.56% from 255) = 20.06%
BLUE value IS 142 (55.86% from 255) = 42.51%
R=37.43%
G=20.06%
B=42.51%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal125671420.120.5300.44286.435.8940.98
Hex7D438EC3502C11e2429
Octal17510321614650544364451
Binary111110110000111000111011001101010101100100011110100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D438E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,67,142); }

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

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

 a { background-color: rgb(125,67,142); }

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

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

 span { border-color: rgb(125,67,142); }

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