#7C348B

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

Shades of Vivid Violet #7C348B

Tints of Vivid Violet #7C348B

Color information

#7C348B (or 0x7C348B) is unknown color: approx Vivid Violet. HEX triplet: 7C, 34 and 8B. RGB value is (124,52,139). Sum of RGB (Red+Green+Blue) = 124+52+139=315 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.37% from 315); Green value is 52 (20.70% from 255 or 16.51% from 315); Blue value is 139 (54.69% from 255 or 44.13% from 315); Max value from RGB is 139 - color contains mainly: blue. Hex color #7C348B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C348B is #83CB74. Grayscale: #535353. Windows color (decimal): -8637301 or 9122940. OLE color: 9122940.

HSL color Cylindrical-coordinate representation of color #7C348B: hue angle of 289.66º 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 #7C348B is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12452139-
CMYK0.110.6300.45
HSL289.66º45.55%37.45%-
HSV(B)289.66º62.59%54.51%-
XYZ14.28.6125.34-
YUV83.45159.35156.93-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 39.37%
GREEN value IS 52 (20.70% from 255) = 16.51%
BLUE value IS 139 (54.69% from 255) = 44.13%
R=39.37%
G=16.51%
B=44.13%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal124521390.110.6300.45289.6645.5537.45
Hex7C348BB3F02D1222e25
Octal1746421313770554425645
Binary11111001101001000101110111111110101101100100010101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C348B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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