#7C348C

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

Shades of Vivid Violet #7C348C

Tints of Vivid Violet #7C348C

Color information

#7C348C (or 0x7C348C) is unknown color: approx Vivid Violet. HEX triplet: 7C, 34 and 8C. RGB value is (124,52,140). Sum of RGB (Red+Green+Blue) = 124+52+140=316 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.24% from 316); Green value is 52 (20.70% from 255 or 16.46% from 316); Blue value is 140 (55.08% from 255 or 44.30% from 316); Max value from RGB is 140 - color contains mainly: blue. Hex color #7C348C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C348C is #83CB73. Grayscale: #535353. Windows color (decimal): -8637300 or 9188476. OLE color: 9188476.

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

Color convert

RGB12452140-
CMYK0.110.6300.45
HSL289.09º45.83%37.65%-
HSV(B)289.09º62.86%54.9%-
XYZ14.278.6325.73-
YUV83.56159.85156.84-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 39.24%
GREEN value IS 52 (20.70% from 255) = 16.46%
BLUE value IS 140 (55.08% from 255) = 44.30%
R=39.24%
G=16.46%
B=44.30%

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
Decimal124521400.110.6300.45289.0945.8337.65
Hex7C348CB3F02D1212e26
Octal1746421413770554415646
Binary11111001101001000110010111111110101101100100001101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C348C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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