#7D4492

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

Shades of Vivid Violet #7D4492

Tints of Vivid Violet #7D4492

Color information

#7D4492 (or 0x7D4492) is unknown color: approx Vivid Violet. HEX triplet: 7D, 44 and 92. RGB value is (125,68,146). Sum of RGB (Red+Green+Blue) = 125+68+146=339 (44% of max value = 765). Red value is 125 (49.22% from 255 or 36.87% from 339); Green value is 68 (26.95% from 255 or 20.06% from 339); Blue value is 146 (57.42% from 255 or 43.07% from 339); Max value from RGB is 146 - color contains mainly: blue. Hex color #7D4492 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D4492 is #82BB6D. Grayscale: #5D5D5D. Windows color (decimal): -8567662 or 9585789. OLE color: 9585789.

HSL color Cylindrical-coordinate representation of color #7D4492: hue angle of 283.85º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7D4492 is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB12568146-
CMYK0.140.5300.43
HSL283.85º36.45%41.96%-
HSV(B)283.85º53.42%57.25%-
XYZ15.7110.5728.41-
YUV93.94157.38150.16-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 36.87%
GREEN value IS 68 (26.95% from 255) = 20.06%
BLUE value IS 146 (57.42% from 255) = 43.07%
R=36.87%
G=20.06%
B=43.07%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal125681460.140.5300.43283.8536.4541.96
Hex7D4492E3502B11c242a
Octal17510422216650534344452
Binary111110110001001001001011101101010101011100011100100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D4492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,68,146); }

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

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

 a { background-color: rgb(125,68,146); }

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

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

 span { border-color: rgb(125,68,146); }

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