#7D349F

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

Shades of Vivid Violet #7D349F

Tints of Vivid Violet #7D349F

Color information

#7D349F (or 0x7D349F) is unknown color: approx Vivid Violet. HEX triplet: 7D, 34 and 9F. RGB value is (125,52,159). Sum of RGB (Red+Green+Blue) = 125+52+159=336 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.20% from 336); Green value is 52 (20.70% from 255 or 15.48% from 336); Blue value is 159 (62.5% from 255 or 47.32% from 336); Max value from RGB is 159 - color contains mainly: blue. Hex color #7D349F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D349F is #82CB60. Grayscale: #555555. Windows color (decimal): -8571745 or 10433661. OLE color: 10433661.

HSL color Cylindrical-coordinate representation of color #7D349F: hue angle of 280.93º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7D349F is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12552159-
CMYK0.210.6700.38
HSL280.93º50.71%41.37%-
HSV(B)280.93º67.3%62.35%-
XYZ15.949.3233.76-
YUV86.02169.18155.8-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 37.20%
GREEN value IS 52 (20.70% from 255) = 15.48%
BLUE value IS 159 (62.5% from 255) = 47.32%
R=37.20%
G=15.48%
B=47.32%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal125521590.210.6700.38280.9350.7141.37
Hex7D349F15430261193329
Octal17564237251030464316351
Binary1111101110100100111111010110000110100110100011001110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D349F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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