#7D4194

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

Shades of Vivid Violet #7D4194

Tints of Vivid Violet #7D4194

Color information

#7D4194 (or 0x7D4194) is unknown color: approx Vivid Violet. HEX triplet: 7D, 41 and 94. RGB value is (125,65,148). Sum of RGB (Red+Green+Blue) = 125+65+148=338 (44% of max value = 765). Red value is 125 (49.22% from 255 or 36.98% from 338); Green value is 65 (25.78% from 255 or 19.23% from 338); Blue value is 148 (58.20% from 255 or 43.79% from 338); Max value from RGB is 148 - color contains mainly: blue. Hex color #7D4194 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D4194 is #82BE6B. Grayscale: #5C5C5C. Windows color (decimal): -8568428 or 9716093. OLE color: 9716093.

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

Color convert

RGB12565148-
CMYK0.160.5600.42
HSL283.37º38.97%41.76%-
HSV(B)283.37º56.08%58.04%-
XYZ15.6910.2829.17-
YUV92.4159.38151.25-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 36.98%
GREEN value IS 65 (25.78% from 255) = 19.23%
BLUE value IS 148 (58.20% from 255) = 43.79%
R=36.98%
G=19.23%
B=43.79%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal125651480.160.5600.42283.3738.9741.76
Hex7D4194103802A11b272a
Octal17510122420700524334752
Binary1111101100000110010100100001110000101010100011011100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D4194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,65,148); }

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

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

 a { background-color: rgb(125,65,148); }

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

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

 span { border-color: rgb(125,65,148); }

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