#7D348B

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

Shades of Vivid Violet #7D348B

Tints of Vivid Violet #7D348B

Color information

#7D348B (or 0x7D348B) is unknown color: approx Vivid Violet. HEX triplet: 7D, 34 and 8B. RGB value is (125,52,139). Sum of RGB (Red+Green+Blue) = 125+52+139=316 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.56% from 316); Green value is 52 (20.70% from 255 or 16.46% from 316); Blue value is 139 (54.69% from 255 or 43.99% from 316); Max value from RGB is 139 - color contains mainly: blue. Hex color #7D348B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D348B is #82CB74. Grayscale: #535353. Windows color (decimal): -8571765 or 9122941. OLE color: 9122941.

HSL color Cylindrical-coordinate representation of color #7D348B: hue angle of 290.34º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7D348B is Cyan = 0.10, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12552139-
CMYK0.100.6300.45
HSL290.34º45.55%37.45%-
HSV(B)290.34º62.59%54.51%-
XYZ14.358.6825.35-
YUV83.74159.18157.43-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 39.56%
GREEN value IS 52 (20.70% from 255) = 16.46%
BLUE value IS 139 (54.69% from 255) = 43.99%
R=39.56%
G=16.46%
B=43.99%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal125521390.100.6300.45290.3445.5537.45
Hex7D348BA3F02D1222e25
Octal1756421312770554425645
Binary11111011101001000101110101111110101101100100010101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D348B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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