#7D3094

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

Shades of Vivid Violet #7D3094

Tints of Vivid Violet #7D3094

Color information

#7D3094 (or 0x7D3094) is unknown color: approx Vivid Violet. HEX triplet: 7D, 30 and 94. RGB value is (125,48,148). Sum of RGB (Red+Green+Blue) = 125+48+148=321 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.94% from 321); Green value is 48 (19.14% from 255 or 14.95% from 321); Blue value is 148 (58.20% from 255 or 46.11% from 321); Max value from RGB is 148 - color contains mainly: blue. Hex color #7D3094 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D3094 is #82CF6B. Grayscale: #525252. Windows color (decimal): -8572780 or 9711741. OLE color: 9711741.

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

Color convert

RGB12548148-
CMYK0.160.6800.42
HSL286.2º51.02%38.43%-
HSV(B)286.2º67.57%58.04%-
XYZ14.868.6128.9-
YUV82.42165.01158.37-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 38.94%
GREEN value IS 48 (19.14% from 255) = 14.95%
BLUE value IS 148 (58.20% from 255) = 46.11%
R=38.94%
G=14.95%
B=46.11%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal125481480.160.6800.42286.251.0238.43
Hex7D3094104402A11e3326
Octal17560224201040524366346
Binary1111101110000100101001000010001000101010100011110110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D3094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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