#7D3D92

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

Shades of Vivid Violet #7D3D92

Tints of Vivid Violet #7D3D92

Color information

#7D3D92 (or 0x7D3D92) is unknown color: approx Vivid Violet. HEX triplet: 7D, 3D and 92. RGB value is (125,61,146). Sum of RGB (Red+Green+Blue) = 125+61+146=332 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.65% from 332); Green value is 61 (24.22% from 255 or 18.37% from 332); Blue value is 146 (57.42% from 255 or 43.98% from 332); Max value from RGB is 146 - color contains mainly: blue. Hex color #7D3D92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D3D92 is #82C26D. Grayscale: #595959. Windows color (decimal): -8569454 or 9583997. OLE color: 9583997.

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

Color convert

RGB12561146-
CMYK0.140.5800.43
HSL285.18º41.06%40.59%-
HSV(B)285.18º58.22%57.25%-
XYZ15.319.7728.27-
YUV89.83159.7153.09-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 37.65%
GREEN value IS 61 (24.22% from 255) = 18.37%
BLUE value IS 146 (57.42% from 255) = 43.98%
R=37.65%
G=18.37%
B=43.98%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal125611460.140.5800.43285.1841.0640.59
Hex7D3D92E3A02B11d2929
Octal1757522216720534355151
Binary11111011111011001001011101110100101011100011101101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D3D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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