#7D3482

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

Shades of Vivid Violet #7D3482

Tints of Vivid Violet #7D3482

Color information

#7D3482 (or 0x7D3482) is unknown color: approx Vivid Violet. HEX triplet: 7D, 34 and 82. RGB value is (125,52,130). Sum of RGB (Red+Green+Blue) = 125+52+130=307 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.72% from 307); Green value is 52 (20.70% from 255 or 16.94% from 307); Blue value is 130 (51.17% from 255 or 42.35% from 307); Max value from RGB is 130 - color contains mainly: blue. Hex color #7D3482 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D3482 is #82CB7D. Grayscale: #525252. Windows color (decimal): -8571774 or 8533117. OLE color: 8533117.

HSL color Cylindrical-coordinate representation of color #7D3482: hue angle of 296.15º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7D3482 is Cyan = 0.04, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB12552130-
CMYK0.040.6000.49
HSL296.15º42.86%35.69%-
HSV(B)296.15º60%50.98%-
XYZ13.718.4322.02-
YUV82.72154.68158.16-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 40.72%
GREEN value IS 52 (20.70% from 255) = 16.94%
BLUE value IS 130 (51.17% from 255) = 42.35%
R=40.72%
G=16.94%
B=42.35%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal125521300.040.6000.49296.1542.8635.69
Hex7D348243C0311282b24
Octal175642024740614505344
Binary1111101110100100000101001111000110001100101000101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D3482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,52,130); }

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

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

 a { background-color: rgb(125,52,130); }

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

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

 span { border-color: rgb(125,52,130); }

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